start method

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

Boots the device

Implementation

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