onConnecting method
Listen for the on connect timeout event.
Implementation
@override
void onConnecting(Function(dynamic data) handler) =>
pusher.onConnecting((data) => handler(data));
Listen for the on connect timeout event.
@override
void onConnecting(Function(dynamic data) handler) =>
pusher.onConnecting((data) => handler(data));