BatchCallback<T> typedef
BatchCallback<T> =
T Function()
A callback that is executed inside a batch.
Implementation
typedef BatchCallback<T> = T Function();
A callback that is executed inside a batch.
typedef BatchCallback<T> = T Function();