read method

  1. @override
Future<Uint8List?> read(
  1. String path, {
  2. Context? ctx,
})
override

Read from the path.

Implementation

@override
Future<Uint8List?> read(String path, {Context? ctx}) async {
  return await _h.invoke(this, _methods['read']!, [path], ctx);
}