forceGC method

Future<void> forceGC()

Force a garbage collection run in the VM.

Throws UnimplementedError on WebFlutterDriver instances.

Implementation

Future<void> forceGC() async {
  throw UnimplementedError();
}