registerProtocolHandler property

void Function(String, Object) get registerProtocolHandler

Implementation

void Function(
  _i2.String,
  _i2.Object,
) get registerProtocolHandler => (
      _i2.String p0,
      _i2.Object p1,
    ) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'registerProtocolHandler',
          ),
          r'call',
          [
            this,
            p0,
            p1,
          ],
        );
set registerProtocolHandler (void value(String, Object))

Implementation

set registerProtocolHandler(
    void Function(
      _i2.String,
      _i2.Object,
    ) value) {
  _i4.setProperty(
    this,
    'registerProtocolHandler',
    _i4.allowInterop(value),
  );
}