addShowCallBack method

void addShowCallBack(
  1. void cb(
    1. OverlayShower shower
    )
)

Implementation

void addShowCallBack(void Function(OverlayShower shower) cb) => (showCallbacks = showCallbacks ?? []).add(cb);