errorTextExtractor property

String? Function(BuildContext context, dynamic error) errorTextExtractor
final

Error processing. If component recieve error from stream, component request pause on stream and await while resume call

Implementation

final String? Function(BuildContext context, dynamic error)
    errorTextExtractor;