LaunchDarklyProvider.prototype.isEnabledAsync(flag: string,context?: FlagContext): Promise<boolean>
Evaluates a flag by awaiting LaunchDarkly directly.
Unlike LaunchDarklyProvider.isEnabled this has no cold-context
caveat. It also refreshes the snapshot cache, so a later synchronous read
for the same context is answered from real state.
optional
context: FlagContext
Targeting context