openRead method

Stream<Uint8List> openRead(
  1. String name
)

Opens a byte stream over a received file. The caller decides where to persist the contents. Does not delete — call delete once the bytes are durable.

Implementation

Stream<Uint8List> openRead(String name) =>
    throw UnimplementedError('taildrop.openRead not yet implemented');