AuthAccountDeletionSender<TContext> typedef
AuthAccountDeletionSender<TContext> =
FutureOr<void> Function(AuthAccountDeletionDelivery<TContext> delivery)
Callback that sends auth account deletion sender.
Implementation
typedef AuthAccountDeletionSender<TContext> =
FutureOr<void> Function(AuthAccountDeletionDelivery<TContext> delivery);