wipe method

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

Remove all data from the device. To permanently remove the device, see delete.

Implementation

@override
Future<void> wipe() => runWithError('emulator', ['avd', name!, '-wipe-data']);