sendDeselect method

dynamic sendDeselect(
  1. String id,
  2. double zoom
)

Implementation

sendDeselect(String id, double zoom) async {
  MapboxAdFlutterPlatform.instance.sendDeselect(id, zoom);
}