Skip to content

Commit

Permalink
Update main.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
malandr2 authored Aug 29, 2024
1 parent 9f9fa70 commit 3a35d12
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions samples/admob/app_open_example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ class _HomePageState extends State<HomePage> {
final _appOpenAdManager = AppOpenAdManager();
var _isMobileAdsInitializeCalled = false;
var _isPrivacyOptionsRequired = false;
int _counter = 0;
late AppLifecycleReactor _appLifecycleReactor;

@override
Expand Down Expand Up @@ -82,12 +81,6 @@ class _HomePageState extends State<HomePage> {
_initializeMobileAdsSDK();
}

void _incrementCounter() {
setState(() {
_counter++;
});
}

@override
Widget build(BuildContext context) {
return Scaffold(
Expand Down

0 comments on commit 3a35d12

Please sign in to comment.