reload abstract method

Future<void> reload()

Reload data and updates the data in the model.

It is basically the same as the load method, but combining it with loadOnce makes it easier to manage the data.

Implementation

Future<void> reload();