BeforeDelete<T> typedef

BeforeDelete<T> = FutureOr Function(T item)

Implementation

typedef BeforeDelete<T> = FutureOr Function(T item);