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