instance property
LokotroCommonService
get
instance
Get singleton instance
Implementation
static LokotroCommonService get instance {
_instance ??= LokotroCommonService._internal();
return _instance!;
}