geolocationEnabled property
bool
get
geolocationEnabled
Get whether Geolocation is enabled or not.
Implementation
bool get geolocationEnabled => _geolocationEnabled;
set
geolocationEnabled
(bool value)
Set Geolocation permit.
Implementation
set geolocationEnabled(bool value) {
_geolocationEnabled = value;
}