signup method

Implementation

Future<DatabaseUser> signup(final ApiRequest<AuthSignupOptions> request) {
  throw UnimplementedError('authSignup() has not been implemented');
}