decodeGzipBase64 function
Implementation
Future<Uint8List> decodeGzipBase64(String encoded) => throw UnsupportedError(
'flutter_oss_manager: no decoder available for this platform. '
'Expected either dart:io or dart:js_interop to be available.',
);