stopAll static method

Future<void> stopAll()

Implementation

static Future<void> stopAll() => runWithError('xcrun', ['simctl', 'shutdown', 'all']);