PromiseReject typedef

PromiseReject = Future Function(dynamic value)

Implementation

typedef PromiseReject = Future Function(dynamic value);