Set volume of current flow Only updated when calling play method
Future<void> setVolume(double volume) async { this.volume = volume; }