hideControl function

void hideControl()

Implementation

void hideControl() {
  try {
    MeetingModel().hideControlInSeconds();
    // ignore: empty_catches
  } catch (e) {
    debugPrint("Error hide $e");
  }
}