refreshSchema method

Future<IMSchemaDefinition> refreshSchema(
  1. BuildContext context
)

Implementation

Future<IMSchemaDefinition> refreshSchema(BuildContext context) =>
    sunny.get<MSchemaService>().getSchema(this, reload: true);