Gets the current media volume (0.0 to 1.0).
Future<double> getVolume() async { return await _channel.invokeMethod('hardware.getVolume') ?? 0.5; }