instance property

Implementation

static SyncNotificationService get instance {
  _instance ??= SyncNotificationService._internal();
  return _instance!;
}