AsyncActionResult.waiting constructor

AsyncActionResult.waiting()

Creates the WaitingResult, indicates the action is in progress

Implementation

factory AsyncActionResult.waiting() => const _Waiting();