getCollectionController<T extends CollectionController<Model>> static method

T getCollectionController<T extends CollectionController<Model>>(
  1. String controllerId
)

Implementation

static T getCollectionController<T extends CollectionController>(
    String controllerId) {
  return _collectionController[controllerId] as T;
}