readBytes method

  1. @override
Future<List<int>> readBytes(
  1. String relativePath
)

Reads the bytes of the file at relativePath.

Implementation

@override
Future<List<int>> readBytes(String relativePath) => _rpc.read(relativePath);