awaitInitialization property

bool awaitInitialization
final

Flag indicating that initialization of

this instance needs to be awaited at app startup - defaults to false Only matters if singleton, isAsync are set to true

Implementation

final bool awaitInitialization;