forceRefresh property

bool? forceRefresh

Implementation

bool? get forceRefresh => _jsObject.forceRefresh;
void forceRefresh=(bool? value)

Forces silent requests to make network calls if true.

Implementation

set forceRefresh(bool? value) => _jsObject.forceRefresh = value;