getCustomMenuService method

CustomMenuService getCustomMenuService()

Implementation

CustomMenuService getCustomMenuService() {
  _customMenuService ??= CustomMenuService(this);
  return _customMenuService!;
}