set_allowsBackgroundLocationUpdates method

Future<void> set_allowsBackgroundLocationUpdates(
  1. bool allowsBackgroundLocationUpdates
)

Implementation

Future<void> set_allowsBackgroundLocationUpdates(bool allowsBackgroundLocationUpdates) async {
  await kAmapLocationFluttifyChannel.invokeMethod('AMapLocationManager::set_allowsBackgroundLocationUpdates', <String, dynamic>{'__this__': this, "allowsBackgroundLocationUpdates": allowsBackgroundLocationUpdates});
}