@override void setGeolocationEnabled(bool enabled) { try { _channel.invokeMethod('setGeolocationEnabled', {'enabled': enabled}); } catch (e) { rethrow; } }