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