runUnary property

  1. @override
RunUnaryHandler? get runUnary
override

A custom Zone.runUnary implementation for a new zone.

Implementation

@override
RunUnaryHandler? get runUnary => zoneSpecification.runUnary;