getInstance static method

PushNotifService getInstance()

Implementation

static PushNotifService getInstance() {
  _instance ??= PushNotifService();
  return _instance!;
}