getLastLocationLifeCycle method

Future<int?> getLastLocationLifeCycle()

Implementation

Future<int?> getLastLocationLifeCycle() async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.location.AMapLocationClientOption@$refId::getLastLocationLifeCycle([])');
  }

  // invoke native method
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod('com.amap.api.location.AMapLocationClientOption::getLastLocationLifeCycle', {"__this__": this});


  // handle native call


  return __result__;
}