signUpWithUsernameNPassword method
Signs up the user using username and password.
Implementation
Future<Response<Credential>> signUpWithUsernameNPassword(
String username,
String password,
) {
throw UnimplementedError(
"Method signUpWithUsernameNPassword() is not yet implemented.",
);
}