InformationCollector typedef
Signature for FlutterErrorDetails.informationCollector callback and other callbacks that collect information into a string buffer.
Implementation
typedef InformationCollector = void Function(StringBuffer information);
Signature for FlutterErrorDetails.informationCollector callback and other callbacks that collect information into a string buffer.
typedef InformationCollector = void Function(StringBuffer information);