requestSignIn method

void requestSignIn([
  1. RowndSignInOptions? signInOpts
])

Implementation

void requestSignIn([RowndSignInOptions? signInOpts]) {
  throw UnimplementedError('requestSignIn() has not been implemented.');
}