sharedServices_batch static method

Future<List<AMapServices?>> sharedServices_batch()

Implementation

static Future<List<AMapServices?>> sharedServices_batch() async {
  assert(true);

  // invoke native method
  final resultBatch = await kAmapCoreFluttifyChannel.invokeMethod('AMapServices::sharedServices_batch', );


  return (resultBatch as List).map((__result__) => AmapCoreFluttifyIOSAs<AMapServices>(__result__)).cast<AMapServices?>().toList();
}