menu
auto_otp package
documentation
auto_otp_platform_interface.dart
AutoOtpPlatform
getSmsCode method
getSmsCode method
dark_mode
light_mode
getSmsCode
method
Future
<
String
?
>
getSmsCode
(
)
Implementation
Future<String?> getSmsCode() { throw UnimplementedError('smsCode() has not been implemented.'); }
auto_otp package
documentation
auto_otp_platform_interface
AutoOtpPlatform
getSmsCode method
AutoOtpPlatform class