unsub method

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

Remove a list of records from watch.

Silently ignore any invalid ids.

Implementation

@override
Future<HGrid> unsub(List<HRef> ids) => _client.watchUnsub(this, ids);