ChimeSession constructor

ChimeSession()

Implementation

ChimeSession() {
  WidgetsBinding.instance.addObserver(this);
  _setupListeners();
}