waitUntilFirstFrameRasterized method Null safety
override
Waits until the next dart:ui.PlatformDispatcher.onReportTimings is called.
Use this method to wait for the first frame to be rasterized during the app launch.
Throws UnimplementedError on WebFlutterDriver instances.
Implementation
@override
Future<void> waitUntilFirstFrameRasterized() async {
throw UnimplementedError();
}