errorExtractor property

(String? Function(dynamic)?) errorExtractor
final

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

Implementation

final String? Function(dynamic)? errorExtractor;