onConnecting method

void onConnecting(
  1. EventHandler handler
)

Implementation

void onConnecting(EventHandler handler) {
  on('connecting', handler);
}