sendSelect method

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

Implementation

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