logOut static method

Future<void> logOut()

Implementation

static Future<void> logOut() {
  return AuthProvider().logOut();
}