userChoice property

Implementation

AppBannerPromptOutcome get userChoice =>
    AppBannerPromptOutcome.fromValue(js_util.getProperty(this, 'userChoice'));
void userChoice=(AppBannerPromptOutcome newValue)

Implementation

set userChoice(AppBannerPromptOutcome newValue) {
  js_util.setProperty(this, 'userChoice', newValue.value);
}