setInAppDialog method

dynamic setInAppDialog(
  1. Widget state
)

Implementation

setInAppDialog(Widget state) {
  inAppWidget = state;
}