sendFeedback method
dynamic
sendFeedback(})
Implementation
sendFeedback(String id, double zoom, String type,
{String action = '', String desc = ''}) async {
MapboxAdFlutterPlatform.instance
.sendFeedback(id, zoom, type, action: action, desc: desc);
}