backgroundLocationEnable property

Future<bool?> get backgroundLocationEnable

Implementation

static Future<bool?> get backgroundLocationEnable async {
  return await _channel.invokeMethod('getBackgroundLocationEnabled');
}