MethodToRetry<T> typedef

MethodToRetry<T> = T Function()

Method to retry.

Implementation

typedef MethodToRetry<T> = T Function();