Support boost volume.

This commit is contained in:
stonegate 2020-08-09 23:11:59 +08:00
parent 7e2d340713
commit f8db1b756f
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ const String playerHeightKey = 'playerHeightKey';
const String speedKey = 'speedKey';
const String skipSilenceKey = 'skipSilenceKey';
const String localeKey = 'localeKey';
const String boostVolumeKey = 'boostVolumeKey';
const String volumeGainKey = 'volumeGainKey';
class KeyValueStorage {
final String key;