GetStream<T> constructor
GetStream<T> ({
- void onListen()?,
- void onPause()?,
- void onResume()?,
- FutureOr<
void> onCancel()?,
Implementation
GetStream({this.onListen, this.onPause, this.onResume, this.onCancel});