usesFineLocation property

bool usesFineLocation
final

Indicates whether your app is using the fine location feature.

Note that you have to either define the ACCESS_FINE_LOCATION permission and set this _usesFineLocation to true or the usesPermissionFlags="neverForLocation" on the relevant

Implementation

final bool usesFineLocation;