addAsset method

void addAsset(
  1. String gif
)

Implementation

void addAsset(String gif) => _state != null ? _state!.addAsset(gif) : null;