infoExtractor property

(String? Function(dynamic)?) infoExtractor
final

Function that tells MessageListener how to look for an information message If not specified it will look for a variable "info"

Implementation

final String? Function(dynamic)? infoExtractor;