defaultDelegate property

DefaultDelegate<Q, R> get defaultDelegate

The delegate for when running on Web.

This will be null when running on Dart VM.

Implementation

DefaultDelegate<Q, R> get defaultDelegate;