menu
odds_account_sdk package
documentation
client.dart
OddsAccountClient
resetPasswordByPhoneOtp abstract method
resetPasswordByPhoneOtp abstract method
dark_mode
light_mode
resetPasswordByPhoneOtp
abstract method
Future
<
Result
<
void
>
>
resetPasswordByPhoneOtp
(
String
phone
,
String
otp
,
String
newPassword
)
Implementation
Future<Result<void>> resetPasswordByPhoneOtp( String phone, String otp, String newPassword);
odds_account_sdk package
documentation
client
OddsAccountClient
resetPasswordByPhoneOtp abstract method
OddsAccountClient class