dart-archive / vm_service_client

A Darty client for the VM service protocol
https://pub.dev/packages/vm_service_client
BSD 3-Clause "New" or "Revised" License
12 stars 19 forks source link

Fix some analyzer warnings #45

Closed natebosch closed 5 years ago

natebosch commented 5 years ago

The dead_code ignore is required and was added internally but never synced back out to github.

The other changes clean up some other analyzer warnings for deprecated utilities or unused variables.