onConnected method

void onConnected()

Implementation

void onConnected() {
  debugPrint('Connected');
  _broadcastConnectionState();
}