DeleteFn<T> typedef

DeleteFn<T> = Future<bool> Function(T)

Implementation

typedef DeleteFn<T> = Future<bool> Function(T);