onLoadFuture property

  1. @internal
Future<void>? onLoadFuture
getter/setter pairinherited

This variable ensures that Game's onLoad is called no more than once.

Implementation

@internal
late Future<void>? onLoadFuture = onLoad();