InformationCollector typedef
Signature for FlutterErrorDetails.informationCollector callback and other callbacks that collect information describing an error.
Implementation
typedef InformationCollector = Iterable<DiagnosticsNode> Function();
Signature for FlutterErrorDetails.informationCollector callback and other callbacks that collect information describing an error.
typedef InformationCollector = Iterable<DiagnosticsNode> Function();