Uint8List? optionAsFileContentBytes(String key, [File? def]) { var file = optionAsFile(key, def); return file?.readAsBytesSync(); }