destroy method
Stops the ad and all tracking, then releases all assets that were loaded to play the ad.
Implementation
Future<void> destroy() {
return platform.destroy();
}
Stops the ad and all tracking, then releases all assets that were loaded to play the ad.
Future<void> destroy() {
return platform.destroy();
}