updateContext abstract method

Future<void> updateContext(
  1. TContext context
)

Updates the context of the feature flag plugin. This could include setting the user id, user attributes, locale, etc.

Implementation

Future<void> updateContext(TContext context);