selector abstract method

Stream<T> selector(
  1. BuildContext context
)

A function that will return a Stream it changes will trigger handler

Implementation

Stream<T> selector(BuildContext context);