removeConsent method

  1. @override
Future<void> removeConsent(
  1. int consentType
)
override

Implementation

@override
Future<void> removeConsent(int consentType) async {
  await _channel.invokeMethod('removeConsent', {'consentType': consentType});
}