GameOliveWebViewWidget constructor
const
GameOliveWebViewWidget({
- Key? key,
- required String initialUrl,
- dynamic onRoundStarted()?,
- dynamic onRoundEnded()?,
- dynamic onGoToHome()?,
- dynamic onBalanceChange()?,
- dynamic onUserAchievementsUpdate()?,
- GameOliveGameControllerCallback? onGameOliveWindowCreated,
Implementation
const GameOliveWebViewWidget(
{Key? key,
required this.initialUrl,
this.onRoundStarted,
this.onRoundEnded,
this.onGoToHome,
this.onBalanceChange,
this.onUserAchievementsUpdate,
this.onGameOliveWindowCreated})
: super(key: key);