PromiseResolve typedef

PromiseResolve = Future Function(dynamic value)

Implementation

typedef PromiseResolve = Future Function(dynamic value);