Shutsdown the simulator with the given uid
String? shutdownSimulator(String? uid) { return run('xcrun', ['simctl', 'shutdown', uid!]); }