utils property

  1. @override
PageUtils utils
override

Returns an instance of PageUtils.

Note the instances returned may not be object equal across invocations.

Implementation

@override
PageUtils get utils => HtmlPageUtils(externalSyncFn: syncFn);