stream abstract method

Future<AtStreamResponse> stream(
  1. String sharedWith,
  2. String filePath, {
  3. String namespace,
})

Streams the file in filePath to sharedWith atSign.

Implementation

Future<AtStreamResponse> stream(String sharedWith, String filePath,
    {String namespace});