otpSent property

Stream<bool> get otpSent

Stream whether OTP is sent or not

Implementation

Stream<bool> get otpSent => _otpSentController.stream;