GetStream<T> constructor

GetStream<T>({
  1. void onListen()?,
  2. void onPause()?,
  3. void onResume()?,
  4. FutureOr<void> onCancel()?,
})

Implementation

GetStream({this.onListen, this.onPause, this.onResume, this.onCancel});