create__ static method

Implementation

static Future<com_amap_api_location_APSService> create__() async {
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod(
    'ObjectFactory::createcom_amap_api_location_APSService__',

  );
  return AmapLocationFluttifyAndroidAs<com_amap_api_location_APSService>(__result__)!;
}