ElDrawerService constructor

ElDrawerService()

Implementation

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