The method 'load' was called on null.
Receiver: null
Tried calling: load()
The relevant error-causing widget was:
MaterialApp file:///C:/Users/kidsLAB/AndroidStudioProjects/admob-ads-in-flutter-master/starter/lib/main.dart:28:5
When the exception was thrown, this was the stack:
The method 'load' was called on null. Receiver: null Tried calling: load()
The relevant error-causing widget was: MaterialApp file:///C:/Users/kidsLAB/AndroidStudioProjects/admob-ads-in-flutter-master/starter/lib/main.dart:28:5 When the exception was thrown, this was the stack:
0 Object.noSuchMethod (dart:core-patch/object_patch.dart:51:5)
1 _GameRouteState.initState._loadBannerAd (package:awesome_drawing_quiz/game_route.dart:65:11)
2 _GameRouteState.initState (package:awesome_drawing_quiz/game_route.dart:74:18)
3 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:4684:58)
4 ComponentElement.mount (package:flutter/src/widgets/framework.dart:4520:5)
...