createZLibDecoder function Null safety
Implementation
ZLibDecoderBase createZLibDecoder() => throw UnsupportedError(
'Cannot create a zlib decoder without dart:html or dart:io.');
ZLibDecoderBase createZLibDecoder() => throw UnsupportedError(
'Cannot create a zlib decoder without dart:html or dart:io.');