AsyncChangeHandler<T> typedef

AsyncChangeHandler<T> = Future<T> Function()

Implementation

typedef AsyncChangeHandler<T> = Future<T> Function();