fetch abstract method

Future<UiTargetSnapshot> fetch(
  1. String target
)

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);