loginWithGoogle method

Future<void> loginWithGoogle()

Implementation

Future<void> loginWithGoogle() {
  throw UnimplementedError();
}