EventsWithError<ErrorType> constructor
EventsWithError<ErrorType> ({
- required void error(
- PeerError<
ErrorType>
- PeerError<
Implementation
EventsWithError({required this.error});