onReconnected method

void onReconnected()

Implementation

void onReconnected() {
  _reconnectStreamController.add(null);
}