onReload method
void
onReload()
Used to trigger the change token when a reload occurs.
Implementation
void onReload() => _cts.cancel();
Used to trigger the change token when a reload occurs.
void onReload() => _cts.cancel();