get_allowsBackgroundLocationUpdates method

Future<bool?> get_allowsBackgroundLocationUpdates()

Implementation

Future<bool?> get_allowsBackgroundLocationUpdates() async {
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod("AMapLocationManager::get_allowsBackgroundLocationUpdates", {'__this__': this});
  return __result__;
}