Skip to content

Instantly share code, notes, and snippets.

@alperefesahin
Created February 2, 2022 05:43
Show Gist options
  • Save alperefesahin/f388d4da2808383fc929c2824b3ae932 to your computer and use it in GitHub Desktop.
Save alperefesahin/f388d4da2808383fc929c2824b3ae932 to your computer and use it in GitHub Desktop.
part of 'auth_cubit.dart';
@freezed
class AuthState with _$AuthState {
const factory AuthState.initial({required bool isSignedIn}) = _Initial;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment