AsyncPublisherWithBufferAndParamBase<Param extends Object?, Log extends CustomLog> constructor
AsyncPublisherWithBufferAndParamBase<Param extends Object?, Log extends CustomLog> ({
- bool sync = false,
- void onError(
- Object error,
- StackTrace stackTrace
Creates the publisher and its buffered processing queue.
Implementation
AsyncPublisherWithBufferAndParamBase({this.sync = false, this.onError});