The function refreshPois() throws an UnimplementedError indicating that it has not been implemented yet.
Future<String?> refreshPois() { throw UnimplementedError('refreshPois() has not been implemented.'); }