get_connect/sockets/src/socket_notifier library
Classes
- Close
- Wrapper class to message and reason from SocketNotifier
- SocketNotifier
- This class manages the transmission of messages over websockets using GetConnect
Typedefs
- CloseSocket = void Function(Close)
- Signature for SocketNotifier.addCloses.
- MessageSocket = void Function(dynamic val)
- Signature for SocketNotifier.addMessages.
- OpenSocket = void Function()
- Signature for SocketNotifier.open.