MeteorSharedObject constructor
MeteorSharedObject({
- required bool? initialFromCache,
Implementation
MeteorSharedObject({required this.initialFromCache, String? sharedUniqueKey}) {
_sharedUniqueKey = sharedUniqueKey;
}