setCacheOfThisScope abstract method

dynamic setCacheOfThisScope(
  1. Widget initiator,
  2. dynamic newCacheValue, {
  3. required bool isInitiator,
})

Implementation

setCacheOfThisScope(Widget initiator, dynamic newCacheValue,
    {required bool isInitiator});