InformationCollector typedef

InformationCollector = Iterable<DiagnosticsNode> Function()

Signature for FlutterErrorDetails.informationCollector callback and other callbacks that collect information describing an error.

Implementation

typedef InformationCollector = Iterable<DiagnosticsNode> Function();