AsyncModify<T> typedef

AsyncModify<T> = Future<T> Function(T data)

Implementation

typedef AsyncModify<T> = Future<T> Function(T data);