LDFlagUpdatedCallback typedef Null safety

LDFlagUpdatedCallback = void Function(String flagKey)

Type of function callback used by LDClient.registerFeatureFlagListener.

The callback will be called with the flag key that triggered the listener.

Implementation

typedef void LDFlagUpdatedCallback(String flagKey);