prefetchEnabled property

bool get prefetchEnabled

Get whether Location prefetching is enabled or not.

Implementation

bool get prefetchEnabled => _prefetchEnabled;
set prefetchEnabled (bool value)

Set Geolocation prefetching.

Implementation

set prefetchEnabled(bool value) {
  _prefetchEnabled = value;
}