onWebsocketPing method

void onWebsocketPing(
  1. List<int> data
)

Called when the dApp receives an APP_PING message from the wallet endpoint.

Implementation

void onWebsocketPing(final List<int> data) => null;