menu
littlefish_core package
documentation
auth/services/auth_service.dart
AuthService<T, Y, Z>
verifyUsernamePassword abstract method
verifyUsernamePassword abstract method
dark_mode
light_mode
verifyUsernamePassword
abstract method
Future
<
bool
>
verifyUsernamePassword
(
{
required
String
username
,
required
String
password
,
})
Implementation
Future<bool> verifyUsernamePassword({required String username, required String password});
littlefish_core package
documentation
auth/services/auth_service
AuthService<T, Y, Z>
verifyUsernamePassword abstract method
AuthService class