onDestroy method

Future<void> onDestroy()

Implementation

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

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


  // handle native call


  return __result__;
}