setFixLastLocation method

Future<void> setFixLastLocation(
  1. bool var1
)

Implementation

Future<void> setFixLastLocation(bool var1) async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.location.AMapLocation@$refId::setFixLastLocation([\'var1\':$var1])');
  }

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


  // handle native call


  return __result__;
}