forcedLocationManager property

bool forcedLocationManager
getter/setter pair

On Android devices you can set forcedLocationManager to true to force the plugin to use the LocationManager to determine the position instead of the FusedLocationProviderClient. On iOS this is ignored.

Implementation

bool forcedLocationManager = false;