ElDrawerService constructor
ElDrawerService()
Implementation
factory ElDrawerService() {
_instance ??= ElDrawerService._();
return _instance!;
}
factory ElDrawerService() {
_instance ??= ElDrawerService._();
return _instance!;
}