menu
simpler_login package
documentation
platform_interface_simpler_login.dart
SimplerLoginPlatformInterface
otpSent property
otpSent property
dark_mode
light_mode
otpSent
property
Stream
<
bool
>
get
otpSent
Stream whether OTP is sent or not
Implementation
Stream<bool> get otpSent => _otpSentController.stream;
simpler_login package
documentation
platform_interface_simpler_login
SimplerLoginPlatformInterface
otpSent property
SimplerLoginPlatformInterface class