LDFlagUpdatedCallback typedef Null safety
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);