reload method

Future<void> reload()

Implementation

Future<void> reload() async {
  return _getItems();
}