menu
piky package
documentation
Pickers/giphy_picker.dart
GiphyPickerController
addAsset method
addAsset method
dark_mode
light_mode
addAsset
method
void
addAsset
(
String
gif
)
Implementation
void addAsset(String gif) => _state != null ? _state!.addAsset(gif) : null;
piky package
documentation
Pickers/giphy_picker
GiphyPickerController
addAsset method
GiphyPickerController class