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