retry method

Future<bool> retry(
  1. String id
)

Implementation

Future<bool> retry(String id) {
  return _adapter.retry(id);
}