fetch abstract method
Return the current snapshot of target. Throw if the target is unknown;
the controller will surface the error as ViewStatus.error.
Implementation
Future<UiTargetSnapshot> fetch(String target);
Return the current snapshot of target. Throw if the target is unknown;
the controller will surface the error as ViewStatus.error.
Future<UiTargetSnapshot> fetch(String target);