getPlayVolume abstract method
Gets the current local playback volume of the mediaplayer, the range is 0 ~ 200, with the default value of 60.
- Returns current volume
Implementation
Future<int> getPlayVolume();
Gets the current local playback volume of the mediaplayer, the range is 0 ~ 200, with the default value of 60.
Future<int> getPlayVolume();