destroy static method

Future<void> destroy()

Implementation

static Future<void> destroy() async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.services.nearby.NearbySearch::destroy([])');
  }

  // invoke native method
  final __result__ = await kAmapSearchFluttifyChannel.invokeMethod('com.amap.api.services.nearby.NearbySearch::destroy', );


  // handle native call


  return __result__;
}