responseEvent property

Event<RpcResponse> responseEvent
final

this event used to handle incoming responses

Implementation

static final responseEvent = Event<RpcResponse>(
  name: 'response_event',
  historyLimit: 0,
);