setVolume static method
Set Volume Range from 0 to 1
Implementation
static void setVolume(double volume) async {
await _channel
.invokeMethod("setVolume", <String, dynamic>{"volume": volume});
}
Set Volume Range from 0 to 1
static void setVolume(double volume) async {
await _channel
.invokeMethod("setVolume", <String, dynamic>{"volume": volume});
}