onLoad method
Implementation
Future<void> onLoad(BonfireGameInterface gameRef) async {
this.gameRef = gameRef;
await _loader?.load();
_loader = null;
}
Future<void> onLoad(BonfireGameInterface gameRef) async {
this.gameRef = gameRef;
await _loader?.load();
_loader = null;
}