getAllocationProfile method
Implementation
Future<vm.AllocationProfile> getAllocationProfile() async {
vm.VmService virtualMachine = await getVMService();
return virtualMachine.getAllocationProfile(isolateId!, reset: true);
}
Future<vm.AllocationProfile> getAllocationProfile() async {
vm.VmService virtualMachine = await getVMService();
return virtualMachine.getAllocationProfile(isolateId!, reset: true);
}