reload method

Future<void> reload()

reload the list

Implementation

Future<void> reload()async {
  _makeActionOnDataChanging();
}