refreshSchema method

Future<IMSchemaDefinition> refreshSchema(
  1. BuildContext context
)

Implementation

Future<IMSchemaDefinition> refreshSchema(BuildContext context) =>
    context.consume<IMSchemaService>()!.getSchema(this.mtype, reload: true);