messages property

Stream<Message> messages

The server can send errors and notices, or the network can cause errors while the connection is not being used to make a query. These can be caught by listening to the messages stream. See ClientMessage and ServerMessage for more information.

Implementation

Stream<Message> get messages;