getDestId method

Future<int?> getDestId()

Implementation

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

  // invoke native method
  final __result__ = await kAmapSearchFluttifyChannel.invokeMethod('com.amap.api.services.route.DistanceItem::getDestId', {"__this__": this});


  // handle native call


  return __result__;
}