audioFocusGainTransient constant Null safety
Take the audio focus for a while and immediately release the focus after use, for example, notification sounds
Implementation
static const int audioFocusGainTransient = 2;
Take the audio focus for a while and immediately release the focus after use, for example, notification sounds
static const int audioFocusGainTransient = 2;