initCache method

void initCache(
  1. T? value
)

Implementation

void initCache(T? value) {
  _cache = value;
}