addShowCallBack method

void addShowCallBack(
  1. ShowerVisibilityCallBack call
)

Implementation

void addShowCallBack(ShowerVisibilityCallBack call) => (showCallbacks ??= []).add(call);