applySchemaPlan method
Executes the given plan, typically inside a transaction when supported.
Implementation
@override
Future<void> applySchemaPlan(SchemaPlan plan) {
throw UnsupportedError('SnapshotSchemaDriver does not apply schema plans.');
}