clearAll method

void clearAll()

Clear every asset

Implementation

void clearAll() => _state != null ? _state!.clearAllAsset() : null;