Sets the name of the isolate.
name
Note that since this object is immutable, it needs to be reloaded to see the new name.
Future setName(String name) => _scope.sendRequest("setName", {"name": name});