readData method

void readData()

Implementation

void readData() async {
  try {
    await ref.debounce(const Duration(milliseconds: 300));
    refresh();
  } catch (e) {
    // we do not care.
  }
}