removePois method

Future<String?> removePois()

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

Implementation

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