@override Future<String?> getVolumeState(String uuid) async { return await methodChannel .invokeMethod<String?>('getVolumeState', {'uuid': uuid}); }