get_ERROR_CODE_TOO_FAR method

Future<int?> get_ERROR_CODE_TOO_FAR()

Implementation

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