menu
flutter_auth_kit package
documentation
services/phone_auth_service.dart
PhoneAuthService
loginWithPhone abstract method
loginWithPhone abstract method
dark_mode
light_mode
loginWithPhone
abstract method
Future
<
AuthResult
<
UserModel
>
>
loginWithPhone
(
String
phoneNumber
,
String
password
)
Implementation
Future<AuthResult<UserModel>> loginWithPhone(String phoneNumber, String password);
flutter_auth_kit package
documentation
services/phone_auth_service
PhoneAuthService
loginWithPhone abstract method
PhoneAuthService class