signOut method
This function signs the user out of the current session.
Implementation
Future<void> signOut() async {
return await _methods.signOut();
}
This function signs the user out of the current session.
Future<void> signOut() async {
return await _methods.signOut();
}