isBackgroundLocationEnabled property

Future<bool> get isBackgroundLocationEnabled

Implementation

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