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