stop method

  1. @override
Future<void> stop()
override

Turns off the device

Implementation

@override
Future<void> stop() => runWithError('xcrun', ['simctl', 'shutdown', uuid!]);