wipeAll static method

Future<void> wipeAll()

Wipe data from all simulators

Implementation

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