ControllerCallback typedef Null safety
Type of a stream controller's onListen, onPause and onResume callbacks.
Implementation
typedef void ControllerCallback();
Type of a stream controller's onListen, onPause and onResume callbacks.
typedef void ControllerCallback();