getImage method

Future<Uint8List> getImage(
  1. String path
)

Gets media bytes with given path as String

Implementation

Future<Uint8List> getImage(String path) async => getBytes(path);