waitUntil method

void waitUntil(
  1. Future future
)

Implementation

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