Increase volume by amount
Future<void> volumeUp([int amount = 10]) async { await setVolume(volume + amount); }