ElAnchorService constructor

ElAnchorService()

Implementation

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