of static method
Implementation
static DynamicCache of(BuildContext context) {
final inherited =
context.dependOnInheritedWidgetOfExactType<DynamicCacheProvider>()!;
return inherited.notifier!;
}
static DynamicCache of(BuildContext context) {
final inherited =
context.dependOnInheritedWidgetOfExactType<DynamicCacheProvider>()!;
return inherited.notifier!;
}