| Index: runtime/observatory/lib/src/service/object.dart
|
| diff --git a/runtime/observatory/lib/src/service/object.dart b/runtime/observatory/lib/src/service/object.dart
|
| index 2ca18b3787b5e6a7444f7e14bdc315177d4eff69..e65f5b76534045ecccc215c830d6b955232c7902 100644
|
| --- a/runtime/observatory/lib/src/service/object.dart
|
| +++ b/runtime/observatory/lib/src/service/object.dart
|
| @@ -803,6 +803,10 @@ abstract class VM extends ServiceObjectOwner {
|
| }
|
| }
|
|
|
| + Future restart() {
|
| + return invokeRpc('_restartVM', {});
|
| + }
|
| +
|
| Future<ObservableMap> _fetchDirect() async {
|
| if (!loaded) {
|
| // The vm service relies on these events to keep the VM and
|
|
|