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