enabled property

bool enabled

Is the location service enabled, which entails that

  • location service is enabled
  • permissions granted
  • configuration is done

Implementation

bool get enabled => _enabled;