stopOtpConsent method

Future<void> stopOtpConsent()

Implementation

Future<void> stopOtpConsent() async {
  await _otpConsent?.stopListening;
  _cancel();
}