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