Commit 5ce67b08 authored by Yegor's avatar Yegor Committed by GitHub

driver: remove obsolete TODO (#8494)

This TODO was fixed by the transition to `Finder` objects.
parent 297a0341
......@@ -483,7 +483,6 @@ class FlutterDriver {
/// Closes the underlying connection to the VM service.
///
/// Returns a [Future] that fires once the connection has been closed.
// TODO(yjbanov): cleanup object references
Future<Null> close() async {
// Don't leak vm_service_client-specific objects, if any
await _serviceClient.close();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment