6de68d541a
service connection loss could result in a null JSON RPC response. This would cause package:vm_service to throw a NoSuchMethodError as it currently assumes it will never receive a null result in a JSON RPC response. Related to https://github.com/flutter/flutter/issues/74051. Change-Id: I86c1c9f7e46e34519f32dfed589c6b31aed39d7f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/179800 Reviewed-by: Zach Anderson <zra@google.com> Commit-Queue: Ben Konyi <bkonyi@google.com>