Admost.setCustomVendors constructor
Implementation
Admost.setCustomVendors(Map<String, bool> vendors) {
Map<String, Map<String, bool>> config = {"vendors": vendors};
MethodChannel _channel = const MethodChannel('admost_flutter');
_channel.invokeMethod('setCustomVendors', config);
}