showGiftSelectPages method
void
showGiftSelectPages()
Implementation
void showGiftSelectPages() {
giftControllers?.then((value) {
if (value?.isNotEmpty == true) {
_showGiftsViewAction?.call(value!);
}
});
}