menu
scobro_foundation_flutter package
documentation
authentication/commands/google_sign_in_command.dart
SignInWithGoogleJwtResult
SignInWithGoogleJwtResult.new constructor
SignInWithGoogleJwtResult.new constructor
dark_mode
light_mode
SignInWithGoogleJwtResult
constructor
SignInWithGoogleJwtResult
(
{
required
bool
isAuthenticated
,
UserModel
?
user
,
required
bool
isNewUser
,
})
Implementation
SignInWithGoogleJwtResult({ required this.isAuthenticated, this.user, required this.isNewUser, });
scobro_foundation_flutter package
documentation
authentication/commands/google_sign_in_command
SignInWithGoogleJwtResult
SignInWithGoogleJwtResult.new constructor
SignInWithGoogleJwtResult class