unawaited method

void unawaited()

It does not wait for the current future to be concluded

Implementation

void unawaited() => this;