getInstance static method

CalenderController getInstance()

Implementation

static CalenderController getInstance() {
  _instance ??= CalenderController();
  return _instance!;
}