Read the content of a file as bytes (Uint8List)
Future<Uint8List> readAsBytes(String path) async => await readFileContentAsBytes(path.replaceSeparator());