Sets the location consent.
static Future<void> setLocationConsent(bool value) async { await _channel.invokeMethod('setLocationConsent', value); _locationConsent = value; }