LocalVectorStoreRef typedef

  1. @Deprecated('Will be removed in 3.0. Use Ref instead')
LocalVectorStoreRef = ProviderRef<LocalVectorStore?>

Implementation

@Deprecated('Will be removed in 3.0. Use Ref instead')
// ignore: unused_element
typedef LocalVectorStoreRef = ProviderRef<LocalVectorStore?>;