signUpByEmail method

Future<AuthResponse<T>> signUpByEmail(
  1. EmailAuthenticator authenticator, {
  2. SignByBiometricCallback? onBiometric,
})

Implementation

Future<AuthResponse<T>> signUpByEmail(
  EmailAuthenticator authenticator, {
  SignByBiometricCallback? onBiometric,
}) {
  throw UnimplementedError('signUpByEmail() is not implemented');
}