AsyncActionResult.pending constructor

AsyncActionResult.pending()

Creates the PendingResult, indicates the action hasn't started

Implementation

factory AsyncActionResult.pending() => const _Pending();