refreshSchema abstract method
Ensures that all connections are aware of the latest schema changes applied (if any). Queries and watch calls can potentially use outdated schema information after a schema update.
Implementation
Future<void> refreshSchema();