showUI property

void Function(String, [ShowUIOptions?]) get showUI

Implementation

void Function(
  _i2.String, [
  _i3.ShowUIOptions?,
]) get showUI => (
      _i2.String p0, [
      _i3.ShowUIOptions? p1,
    ]) =>
        _i5.callMethod(
          _i5.getProperty(
            this,
            'showUI',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i7.undefined,
          ],
        );
set showUI (void value(String, [ShowUIOptions?]))

Implementation

set showUI(
    void Function(
      _i2.String, [
      _i3.ShowUIOptions?,
    ]) value) {
  _i5.setProperty(
    this,
    'showUI',
    _i5.allowInterop(value),
  );
}