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