create__ static method

Future<AMapRouteConfig> create__({
  1. bool init = true,
})

Implementation

static Future<AMapRouteConfig> create__({ bool init = true /* ios only */ }) async {
  final __result__ = await kAmapCoreFluttifyChannel.invokeMethod(
    'ObjectFactory::createAMapRouteConfig',
    {'init': init}
  );
  return AmapCoreFluttifyIOSAs<AMapRouteConfig>(__result__)!;
}