increaseVolume abstract method

Future<void> increaseVolume(
  1. double volume
)

Increases the volume of the audio.

This method sends a request to the platform to increase the volume of the currently playing audio to the specified volume level.

Implementation

Future<void> increaseVolume(double volume);