isInitialized static method Null safety

bool isInitialized()

Checks whether the SDK has completed starting.

This is equivilent to checking if the Future returned by LDClient.startFuture is already completed.

Implementation

static bool isInitialized() => _startCompleter.isCompleted;