filter method

Future<void> filter()

Implementation

Future<void> filter() async {
  notifyScreen(false);
  await load();
  notifyScreen();
}