handleUpdateFlagsContext method

void handleUpdateFlagsContext(
  1. MethodCall call
)

Implementation

void handleUpdateFlagsContext(MethodCall call) {
  Map<Object?, Object?> args = call.arguments as Map<Object?, Object?>;
  dynamic context = args['context'];
  flags_update_context(safeJsify(context ?? {}));
}