menu
flutter_websocket_plus package
documentation
websocket_connection.dart
WebSocketConnection
sendPong method
sendPong method
dark_mode
light_mode
sendPong
method
Future
<
bool
>
sendPong
(
)
Sends a pong message.
Implementation
Future<bool> sendPong() async { return send(WebSocketMessage.pong()); }
flutter_websocket_plus package
documentation
websocket_connection
WebSocketConnection
sendPong method
WebSocketConnection class