isCompressionSupportedByPlatform function

bool isCompressionSupportedByPlatform()

Implementation

bool isCompressionSupportedByPlatform() {
  return !kIsWeb;
}