registerWatchController<T extends WatchController> static method

Future<void> registerWatchController<T extends WatchController>(
  1. T controller
)

Implementation

static Future<void> registerWatchController<T extends WatchController>(
    T controller) async {
  _collectionController[controller.watcherId] = controller;
}