menu
adapter_websocket package
documentation
websocket_plugin.dart
MockWebSocketAdapter
setShouldFailSending method
setShouldFailSending method
dark_mode
light_mode
setShouldFailSending
method
void
setShouldFailSending
(
bool
shouldFail
)
Implementation
void setShouldFailSending(bool shouldFail) { _shouldFailSending = shouldFail; }
adapter_websocket package
documentation
websocket_plugin
MockWebSocketAdapter
setShouldFailSending method
MockWebSocketAdapter class