sendSDKLogs method

dynamic sendSDKLogs(
  1. String type, {
  2. String desc = '',
  3. String id = '',
})

Implementation

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