GeolocatorConfig constructor

GeolocatorConfig({
  1. List<GeolocatorCapability> capabilities = const [],
  2. List<GeolocatorCapability>? enabled,
  3. bool? enable,
})

Returns a new GeolocatorConfig instance.

Implementation

GeolocatorConfig({
  this.capabilities = const [],
  this.enabled,
  this.enable,
});