signUpWithUsernameNPassword abstract method

Future<Response<UserCredential>> signUpWithUsernameNPassword({
  1. required String username,
  2. required String password,
})

Implementation

Future<Response<UserCredential>> signUpWithUsernameNPassword({
  required String username,
  required String password,
});