signInWithGoogle method

  1. @override
Future<User> signInWithGoogle()
override

Implementation

@override
Future<User> signInWithGoogle() async {
  final model = await remote.signInWithGoogle();
  return model;
}