installedBytes method
Total on-disk bytes model's install currently occupies (GGUF +
tokenizer), or 0 when nothing is installed. Lets the UI show how much
storage deleteModel will reclaim before the user confirms.
Implementation
Future<int> installedBytes(SyniModelSpec model) =>
_installer.installedBytes(model);