create__ static method

Implementation

static Future<com_amap_api_services_route_DistanceSearch_DistanceQuery> create__() async {
  final __result__ = await kAmapSearchFluttifyChannel.invokeMethod(
    'ObjectFactory::createcom_amap_api_services_route_DistanceSearch_DistanceQuery__',

  );
  return AmapSearchFluttifyAndroidAs<com_amap_api_services_route_DistanceSearch_DistanceQuery>(__result__)!;
}