withSaveContext method

void withSaveContext()

Implementation

void withSaveContext() {
  _builders[JsonSaveContextBuilder.kType] = const JsonWidgetBuilderContainer(
    builder: JsonSaveContextBuilder.fromDynamic,
    schemaId: SaveContextSchema.id,
  );
  _schemas[SaveContextSchema.id] = SaveContextSchema.schema;
}