sharedInstance_batch static method

Future<List<BMKMapManager?>> sharedInstance_batch()

Implementation

static Future<List<BMKMapManager?>> sharedInstance_batch() async {
  assert(true);

  // invoke native method
  final resultBatch = await kBmapCoreFluttifyChannel.invokeMethod('BMKMapManager::sharedInstance_batch', );


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