clearAll method

void clearAll()

Clear all selected assets

Implementation

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