instance property

dynamic get instance

Implementation

static get instance {
  _instance ??= MessageHandlerController();
  return _instance;
}