menu
flutter_firebase_helper package
documentation
firebase/authentication_service.dart
AuthenticationService
signOut method
signOut method
dark_mode
light_mode
signOut
method
Future
signOut
(
)
Sing out
Implementation
Future signOut() async { await _auth.signOut(); await _googleSignIn.signOut(); }
flutter_firebase_helper package
documentation
firebase/authentication_service
AuthenticationService
signOut method
AuthenticationService class