JsonRpcWebsocketClientOnConnect<R> typedef

JsonRpcWebsocketClientOnConnect<R> = void Function()

Types

The onConnect callback handler.

Implementation

/// The `onConnect` callback handler.
typedef JsonRpcWebsocketClientOnConnect<R> = void Function();