thenWait<X> method

Future<X> thenWait<X>(
  1. Future<X> next
)

Implementation

Future<X> thenWait<X>(Future<X> next) => then((_) => next);