signIn method

Signs in the user with the options specified to init.

Implementation

Future<GoogleSignInUserData?> signIn() async {
  throw UnimplementedError('signIn() has not been implemented.');
}