onLoadFuture property
This variable ensures that Game's onLoad
is called no more than once.
Implementation
@internal
late Future<void>? onLoadFuture = onLoad();
This variable ensures that Game's onLoad
is called no more than once.
@internal
late Future<void>? onLoadFuture = onLoad();