pollChanges method

  1. @override
Future<HGrid> pollChanges()

Poll for any changes to the subscribed records.

Implementation

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