destroy method Null safety
Destroy banner instance
Implementation
Future<void> destroy() async {
await FairBidInternal._channel
.invokeMethod('destroyAlignedBanner', <String, String>{
'placement': this.placementId,
});
}
Destroy banner instance
Future<void> destroy() async {
await FairBidInternal._channel
.invokeMethod('destroyAlignedBanner', <String, String>{
'placement': this.placementId,
});
}