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