Skip to content

Instantly share code, notes, and snippets.

@luizmarcus
Created April 28, 2020 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luizmarcus/b4041a03d0d58432323db0b52f1bef01 to your computer and use it in GitHub Desktop.
Save luizmarcus/b4041a03d0d58432323db0b52f1bef01 to your computer and use it in GitHub Desktop.
void main() {
Admob.initialize(getAppId());
runApp(MyApp());
}
String getAppId() => Platform.isIOS
? 'ca-app-pub-3940256099942544~1458002511'
: 'ca-app-pub-3940256099942544~3347511713';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment