signOut method

Future signOut()

Sing out

Implementation

Future signOut() async {
  await _auth.signOut();
  await _googleSignIn.signOut();
}