pollRefresh method

  1. @override
Future<HGrid> pollRefresh()

Poll all the subscribed records even if there have been no changes.

Implementation

@override
Future<HGrid> pollRefresh() => _client.watchPoll(this, refresh: true);