Future<int> adjustLocalVolume(int volume) async { int code = await _channel.invokeMethod('adjustLocalVolume', volume) ?? -1; return code; }