decodeGzipBase64 function

Future<Uint8List> decodeGzipBase64(
  1. String encoded
)

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.',
    );