addFeatureFlags abstract method

Future<void> addFeatureFlags(
  1. List<BugsnagFeatureFlag> featureFlags
)

Add a collection of feature flags. This has the same effect as calling addFeatureFlag for each value passed, but it typically faster when there are more than one FeatureFlag.

See also:

Implementation

Future<void> addFeatureFlags(List<BugsnagFeatureFlag> featureFlags);