clearAll method
void
clearAll()
Clear every asset
Implementation
void clearAll() => _state != null ? _state!.clearAllAsset() : null;
Clear every asset
void clearAll() => _state != null ? _state!.clearAllAsset() : null;