get_ERROR_CODE_NOT_IN_CHINA method

Future<int?> get_ERROR_CODE_NOT_IN_CHINA()

Implementation

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