signOutGoogle function

void signOutGoogle()

Implementation

void signOutGoogle() async {
  await googleSignIn.signOut();
}