otp_consent
otp_consent
OtpConsentAutoFill
stopSmsListen method
stopSmsListen
otp_consent
otp_consent
OtpConsentAutoFill
stopSmsListen method
OtpConsentAutoFill mixin
Constructors
OtpConsentAutoFill
Properties
sms
hashCode
runtimeType
Methods
smsReceived
startSmsListening
stopSmsListen
noSuchMethod
toString
Operators
operator ==
stopSmsListen
method
Future
<
void
>
stopSmsListen
(
)
Implementation
Future<void> stopSmsListen() async { await _otpConsent.stopListening; _cancel(); }