LocationEnginePlatforms constructor

const LocationEnginePlatforms({
  1. LocationEngineAndroidProperties androidPlatform = LocationEngineAndroidProperties.defaultProperties,
})

If androidPlatform is not provided, it defaults to LocationEngineAndroidProperties.defaultProperties.

Implementation

const LocationEnginePlatforms({
  this.androidPlatform = LocationEngineAndroidProperties.defaultProperties,
});