ShelfRunContext constructor

ShelfRunContext({
  1. OnWillClose? onWillClose,
  2. OnClosed? onClosed,
})

Implementation

ShelfRunContext({this.onWillClose, this.onClosed});