createWidgetCache method

  1. @override
WidgetCache<GetWidgetCache> createWidgetCache()
override

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>();