handleUri property

FutureOr<void> Function(Uri) get handleUri

Implementation

_i4.FutureOr<void> Function(_i3.Uri) get handleUri =>
    (_i3.Uri p0) => _i5.callMethod(
          _i5.getProperty(
            this,
            'handleUri',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set handleUri (FutureOr<void> value(Uri))

Implementation

set handleUri(_i4.FutureOr<void> Function(_i3.Uri) value) {
  _i5.setProperty(
    this,
    'handleUri',
    _i5.allowInterop((p0) => _i6.Promise.futureOr(() => value(p0))),
  );
}