setUserConsent method
Implementation
Future<void> setUserConsent(BigoAdConsentOptions options, bool consent) {
return _channel.invokeMethod('setUserConsent',
<dynamic, dynamic>{'options': options.options, 'consent': consent});
}
Future<void> setUserConsent(BigoAdConsentOptions options, bool consent) {
return _channel.invokeMethod('setUserConsent',
<dynamic, dynamic>{'options': options.options, 'consent': consent});
}