Future<List<vm.LibraryRef>?> getLibraries() async { vm.Isolate isolate = await getIsolate(); return isolate.libraries; }