GeolocatorConfig constructor
GeolocatorConfig({
- List<
GeolocatorCapability> capabilities = const [], - List<
GeolocatorCapability> ? enabled, - bool? enable,
Returns a new GeolocatorConfig instance.
Implementation
GeolocatorConfig({
this.capabilities = const [],
this.enabled,
this.enable,
});