Completed<T> typedef

Completed<T> = void Function()

成功或失败都会执行的方法

Implementation

typedef Completed<T> = void Function();