runBinary property

  1. @override
RunBinaryHandler? get runBinary
override

A custom Zone.runBinary implementation for a new zone.

Implementation

@override
RunBinaryHandler? get runBinary => zoneSpecification.runBinary;