asWebviewUri property

Uri Function(Uri) asWebviewUri

Implementation

_i3.Uri Function(_i3.Uri) get asWebviewUri => (_i3.Uri p0) => _i5.callMethod(
      _i5.getProperty(
        this,
        'asWebviewUri',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
void asWebviewUri=(Uri value(Uri))

Implementation

set asWebviewUri(_i3.Uri Function(_i3.Uri) value) {
  _i5.setProperty(
    this,
    'asWebviewUri',
    _i5.allowInterop(value),
  );
}