shared property
Singleton object
@param shared Singleton instance.
Implementation
static AudioEffectStore get shared => StoreFactory.shared.getStore<AudioEffectStore>();
Singleton object
@param shared Singleton instance.
static AudioEffectStore get shared => StoreFactory.shared.getStore<AudioEffectStore>();