Gets the current system audio playback volume level (0.0 to 1.0).
Future<double> getVolume() { return NexoraSdkPlatform.instance.getAudioVolume(); }