watchMount abstract method

Future<void> watchMount(
  1. String mountId
)

Live auto-syncs the mount mountId until interrupted (Ctrl-C). Takes over the terminal — the app calls this with the terminal released.

Implementation

Future<void> watchMount(String mountId);