signInWithGoogle method

Future signInWithGoogle(
  1. String authCode
)

Implementation

Future/*<CoreStitchUser>*/ signInWithGoogle(String authCode) async {
  throw UnimplementedError('signInWithGoogle() has not been implemented.');
}