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

Add support for ReloadSources #18

Open yjbanov opened 7 years ago

yjbanov commented 7 years ago

It's documented here: https://github.com/dart-lang/sdk/blob/master/runtime/vm/service/service.md#reloadsources

nex3 commented 7 years ago

See #14, which is a (currently stalled) in-progess PR for this.