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