withOffstage method

void withOffstage()

Implementation

void withOffstage() {
  _builders[JsonOffstageBuilder.kType] = const JsonWidgetBuilderContainer(
    builder: JsonOffstageBuilder.fromDynamic,
    schemaId: OffstageSchema.id,
  );
  _schemas[OffstageSchema.id] = OffstageSchema.schema;
}