ShowPageAction constructor

ShowPageAction({
  1. required ShowPageActionInstanceType instanceType,
})

Implementation

ShowPageAction({required ShowPageActionInstanceType instanceType})
    : _wrapped = $js.ShowPageAction(instanceType: instanceType.toJS);