onReconnectFailed method

void onReconnectFailed(
  1. dynamic handler(
    1. dynamic data
    )
)

listen to on reconnect failed event

Implementation

void onReconnectFailed(Function(dynamic data) handler) {}