mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-16 01:56:19 +00:00
7 lines
119 B
Dart
7 lines
119 B
Dart
part of 'profile_cubit.dart';
|
|
|
|
@immutable
|
|
abstract class ProfileState {}
|
|
|
|
class ProfileInitial extends ProfileState {}
|