createWidgetCache method
Creates an instance of WidgetCache.
Subclasses must override this method to provide the implementation for creating a WidgetCache instance.
Implementation
@override
WidgetCache createWidgetCache() => _GetCache<S>();
Creates an instance of WidgetCache.
Subclasses must override this method to provide the implementation for creating a WidgetCache instance.
@override
WidgetCache createWidgetCache() => _GetCache<S>();