sendSDKLogs(String type, {String desc = '', String id = ''}) async { MapboxAdFlutterPlatform.instance.sendSDKLogs(type, desc: desc, id: id); }