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