Skip to content

Commit

Permalink
chore: update data safety policy
Browse files Browse the repository at this point in the history
  • Loading branch information
MortezaNedaei committed Nov 6, 2024
1 parent a47d307 commit ab2bcef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jekyll/docs/mediation/flutter/native-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ corresponding ad which is going to be shown:
```dart
import 'package:tapsell_mediation/tapsell.dart';
Tapsell.showNativeAd(_adId, adDispatch, onAdImpression: () {
Tapsell.showNativeAd(adId, adDispatch, onAdImpression: () {
// Ad impression
}, onAdClicked: () {
// Ad clicked
Expand Down Expand Up @@ -124,7 +124,7 @@ import 'package:tapsell_mediation/tapsell.dart';
@override
void dispose() {
super.dispose();
Tapsell.destroyNativeAd(_adId);
Tapsell.destroyNativeAd(adId);
}
```

Expand Down

0 comments on commit ab2bcef

Please sign in to comment.