waitUntil method

void waitUntil(
  1. Future<void> future
)

Implementation

void waitUntil(Future<void> future) => _delegate.waitUntil(future);