getWatchController<T extends WatchController> static method

T getWatchController<T extends WatchController>(
  1. String controllerId
)

Implementation

static T getWatchController<T extends WatchController>(String controllerId) {
  return _watchController[controllerId] as T;
}