refreshData method

Future<T?> refreshData()

Implementation

Future<T?> refreshData() async {
  return null;
}