isFixLastLocation method

Future<bool?> isFixLastLocation()

Implementation

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

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


  // handle native call


  return __result__;
}