pub async fn delay_for(delay: Duration)
Expand description

Future which resolves after the provided Duration.

Panics

Panics if the DELAYED_FUTURE_FUNCTION isn’t set by the Dart side. This is should be impossible case.