OptionClickedCallback typedef

OptionClickedCallback = void Function(List<int> id, int currentBotBubbleid)

Implementation

typedef OptionClickedCallback = void Function(
    List<int> id, int currentBotBubbleid);