removeRoad abstract method

Future<void> removeRoad(
  1. int idOSM,
  2. String roadKey
)

Implementation

Future<void> removeRoad(
  int idOSM,
  String roadKey,
);