Able typedef

Able = FutureOr<void> Function(int i, dynamic error)

Able Able means able to retry. i Current retry times. error Latest error.

Implementation

typedef Able = FutureOr<void> Function(int i, dynamic error);