refreshPois method

Future<String?> refreshPois()

The function refreshPois() throws an UnimplementedError indicating that it has not been implemented yet.

Implementation

Future<String?> refreshPois() {
  throw UnimplementedError('refreshPois() has not been implemented.');
}