setAutomaticConsentUpdatesEnabled method
Implementation
@override
Future<void> setAutomaticConsentUpdatesEnabled(bool enabled) async {
await methodChannel.invokeMethod('setAutomaticConsentUpdatesEnabled', {'enabled': enabled});
}
@override
Future<void> setAutomaticConsentUpdatesEnabled(bool enabled) async {
await methodChannel.invokeMethod('setAutomaticConsentUpdatesEnabled', {'enabled': enabled});
}