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