forceGC method
Force a garbage collection run in the VM.
Throws UnimplementedError on WebFlutterDriver instances.
Implementation
Future<void> forceGC() async {
throw UnimplementedError();
}
Force a garbage collection run in the VM.
Throws UnimplementedError on WebFlutterDriver instances.
Future<void> forceGC() async {
throw UnimplementedError();
}