refresh method

Future<void> refresh()

Refresh locations

Implementation

Future<void> refresh() async {
  ref.invalidateSelf();
}