FailureListener typedef

FailureListener = void Function([String? failureMessage, dynamic exception])

Implementation

typedef FailureListener = void Function(
    [String? failureMessage, dynamic exception]);