getBytes method

Future<Uint8List> getBytes()

Implementation

Future<Uint8List> getBytes() async =>
    (await ScientISSTdb._getFile(_path)).readAsBytesSync();