unsub abstract method

Future<HGrid> unsub(
  1. List<HRef> ids
)

Remove a list of records from watch.

Silently ignore any invalid ids.

Implementation

Future<HGrid> unsub(List<HRef> ids);