getLocalRelations method
Implementation
@visibleForTesting
Future<RelationsCache> getLocalRelations() async {
return inferRelationsFromDb(adapter, opts, builder);
}
@visibleForTesting
Future<RelationsCache> getLocalRelations() async {
return inferRelationsFromDb(adapter, opts, builder);
}