MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / flutterAppStarted

Method flutterAppStarted

src/test/dart_debug_client.ts:317–320  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

315 }
316
317 public async flutterAppStarted(): Promise<void> {
318 await this.waitForCustomEvent("flutter.appStarted");
319 await delay(100);
320 }
321
322 public waitForCustomEvent<T>(type: string, filter?: (notification: T) => boolean): Promise<T> {
323 return new Promise((resolve, reject) => {

Calls 2

waitForCustomEventMethod · 0.95
delayFunction · 0.90

Tested by

no test coverage detected