isLocationServicesEnabled property

Future<bool> isLocationServicesEnabled

Whether location services are enabled.

Implementation

static Future<bool> get isLocationServicesEnabled =>
    FlLocationPlatform.instance.isLocationServicesEnabled();