signOut static method

Future<void> signOut()

Implementation

static Future<void> signOut() async {
  await GoogleSignIn().signOut();
}