InformationCollector typedef

void InformationCollector (StringBuffer information)

Signature for FlutterErrorDetails.informationCollector callback and other callbacks that collect information into a string buffer.

Implementation

typedef InformationCollector = void Function(StringBuffer information);