Sets the user consent.
static Future<void> setUserConsent(bool value) async { await _channel.invokeMethod('setUserConsent', value); _userConsent = value; }