signOut method

Future signOut()

Implementation

Future signOut() async {
  await GoogleSignIn().signOut();
  return await _auth.signOut();
}