LocationEnginePlatforms constructor
const
LocationEnginePlatforms({
- LocationEngineAndroidProperties androidPlatform = LocationEngineAndroidProperties.defaultProperties,
If androidPlatform is not provided, it defaults to LocationEngineAndroidProperties.defaultProperties.
Implementation
const LocationEnginePlatforms({
this.androidPlatform = LocationEngineAndroidProperties.defaultProperties,
});