List<int> decodeBytes(List<int> data, {bool verify = false}) { return platformZLibDecoder.decodeBytes(data, verify: verify); }