get_ERROR_CODE_NO_DRIVE method

Future<int?> get_ERROR_CODE_NO_DRIVE()

Implementation

Future<int?> get_ERROR_CODE_NO_DRIVE() async {
  final __result__ = await kAmapSearchFluttifyChannel.invokeMethod("com.amap.api.services.route.DistanceItem::get_ERROR_CODE_NO_DRIVE", {'__this__': this});
  return __result__;
}