Access the OTP stream for listening to incoming codes.
Example:
OtpService().otpStream.listen((otp) => print("OTP: $otp"));
Stream<String> get otpStream => _otpStreamController.stream;