streamController<T> abstract method
Implementation
StreamController<T> streamController<T>({
void Function()? onListen,
void Function()? onPause,
void Function()? onResume,
FutureOr<void> Function()? onCancel,
bool sync = false,
});