menu
flutter_gb_authentication_basic package
documentation
domain/services/authentication_service.dart
AuthenticationService
storeAuthDataSession abstract method
storeAuthDataSession abstract method
dark_mode
light_mode
storeAuthDataSession
abstract method
Future
<
Either
<
Failure
,
Unit
>
>
storeAuthDataSession
(
AuthenticationData
authData
)
Implementation
Future<Either<Failure, Unit>> storeAuthDataSession(AuthenticationData authData);
flutter_gb_authentication_basic package
documentation
domain/services/authentication_service
AuthenticationService
storeAuthDataSession abstract method
AuthenticationService class