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