...
Info |
---|
In this example an interstitial would be triggered when we see the |
...
Example of button press:
with this button code
Code Block | ||
---|---|---|
| ||
class MainPage extends StatefullWidget {
...
@override
Widget build(BuildContext context) {
return Scaffold(
body: ListView(
children: [
...
R89Tag(
tag: 'banner_tag',
child: Padding(
padding: const EdgeInsets.all(8.0),
child: Text(
'Single Tag: All-in-One\nAd Management Solution for Publishers',
),
),
),
...
],
),
);
}
} |