static Future<void> putStream(String path, Stream<List<int>> stream) => _instance.putStream(path, stream);