waitUntil method

void waitUntil(
  1. Future f
)

Implementation

void waitUntil(Future f) {
  // No-op fallback.
}