signInByApple method

Future<AuthResponse<T>> signInByApple({
  1. OAuthAuthenticator? authenticator,
  2. bool storeToken = false,
})

Implementation

Future<AuthResponse<T>> signInByApple({
  OAuthAuthenticator? authenticator,
  bool storeToken = false,
}) {
  throw UnimplementedError('signInByApple() is not implemented');
}