requestStateForRegion method

  1. @deprecated
Future<void> requestStateForRegion(
  1. AMapLocationRegion region
)

Implementation

@deprecated
Future<void> requestStateForRegion(AMapLocationRegion region) async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: AMapLocationManager@$refId::requestStateForRegion([])');
  }

  // invoke native method
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod('AMapLocationManager::requestStateForRegion', {"region": region, "__this__": this});


  // handle native call


  return __result__;
}