Checks if the environment is fully initialized.
Future<bool> get initialized async { return distributionInitResult != null && _env.isNotEmpty; }