provideConsent method

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

Implementation

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