AuthorizedFeaturesCallback typedef
Callback used to retrieve allowed features.
This callback is called on the main thread asynchronously when retrieving allowed features has completed.
-
featuresList of authorized features. -
errorRepresents the operation status. It is 'null' for an operation that succeeds.
Implementation
typedef AuthorizedFeaturesCallback = void Function(List<LayerConfigurationFeature>? features, AuthorizationError? error);