createOrStart abstract method

Future<void> createOrStart()

If the device already exists, start it instead of createing it. If all devices of the model, os, and osVersion type are already running, a new virtual device will be created and then started.

Implementation

Future<void> createOrStart();