setUserConsent method

Future<void> setUserConsent(
  1. BigoAdConsentOptions options,
  2. bool consent
)

Implementation

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