NavigatorContentUtils constructor

NavigatorContentUtils({
  1. void registerProtocolHandler(
    1. String,
    2. Object
    )?,
})

Implementation

factory NavigatorContentUtils(
        {void Function(
          _i2.String,
          _i2.Object,
        )? registerProtocolHandler}) =>
    NavigatorContentUtils._(
        registerProtocolHandler: registerProtocolHandler == null
            ? null
            : _i4.allowInterop(registerProtocolHandler));