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