stopOneTimeConsentListener static method

Future<void> stopOneTimeConsentListener()

Stop listening for one time consent SMS. It's better to stop listener after getting message.

Implementation

static Future<void> stopOneTimeConsentListener() async {
  await _channel.invokeMethod('stopConsentListener');
}