ShelfControllerFactory<T extends ShelfController> typedef

ShelfControllerFactory<T extends ShelfController> = T Function(Router router, IDependencyManager dependencyManager)

Implementation

typedef ShelfControllerFactory<T extends ShelfController> = T Function(
    Router router,
    IDependencyManager dependencyManager,
    );