getActiveSchema method
Implementation
@override
Future<CollectionSchema?> getActiveSchema(String collection) async {
return _schemas[collection];
}
@override
Future<CollectionSchema?> getActiveSchema(String collection) async {
return _schemas[collection];
}