create__ static method

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

Implementation

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