refreshSchema 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
@override
Future<void> refreshSchema() async {
await database.refreshSchema();
}