getActiveSchema method

  1. @override
Future<CollectionSchema?> getActiveSchema(
  1. String collection
)
override

Implementation

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