updateVolume method
Implementation
updateVolume(double volume) {
if (checkInstallPlatform()) {
this.volume = volume;
_platform.updateVolume(volume);
}
}
updateVolume(double volume) {
if (checkInstallPlatform()) {
this.volume = volume;
_platform.updateVolume(volume);
}
}