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