setSocketEventConfig method

void setSocketEventConfig(
  1. SocketEventConfig config
)

Set custom socket event configuration

Implementation

void setSocketEventConfig(SocketEventConfig config) {
  _socketEvents = config;
}