clearGif method

void clearGif()

Clear the selected Gifs

Implementation

void clearGif() => _state != null ? _state!.unSelectAsset() : null;