releaseOutput method

Future<void> releaseOutput(
  1. String path
)

Release a single output. No-op on native (files live until clearCache); on web it revokes the blob: URL so the browser can free the bytes.

Implementation

Future<void> releaseOutput(String path) async {}