call method

  1. @override
D call()
override

Implementation

@override
D call() => _watch.$watch<T>(
      _key,
      _build,
      actionKey: _actionKey,
    ) as D;