OnSubmit<T> typedef

OnSubmit<T> = Future Function(T value)

Implementation

typedef OnSubmit<T> = Future Function(T value);