BaseController<T>.custom constructor
BaseController<T>.custom ({
- ErrorHandler? errorHandler,
- dynamic rootPath,
Implementation
BaseController.custom({this.errorHandler, rootPath}) : rootPath = rootPath ?? '';