customMarker abstract method

Future<void> customMarker(
  1. int idOSM,
  2. GlobalKey<State<StatefulWidget>>? globalKey
)

Implementation

Future<void> customMarker(
  int idOSM,
  GlobalKey? globalKey,
);