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