SaveFn<T> typedef

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

Implementation

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