unListener method

void unListener()

Implementation

void unListener() {
  if (Platform.isAndroid) {
    _methodChannel.invokeMethod('unListener');
  } else {
    log('OtpListener only support Android');
  }
}