subscribe<O extends Output> method

O subscribe<O extends Output>(
  1. WidgetRef ref
)

Implementation

O subscribe<O extends Output>(WidgetRef ref) {
  return ref.watch(_listenForOutputChange(ref));
}