registerAccountAsync method

Future<bool> registerAccountAsync(
  1. MojoUser registrationData
)

Implementation

Future<bool> registerAccountAsync(MojoUser registrationData) async {
  return _registerAsync(
      registrationData.emailAddress, registrationData.password);
}