NotifyUtils constructor

NotifyUtils()

Implementation

factory NotifyUtils() {
  _singleton ??= NotifyUtils._();
  return _singleton!;
}