Simulator constructor
Simulator({})
Implementation
Simulator(
{required this.platform,
required this.os,
required this.deviceIdentifier,
required this.permissions,
required this.headless,
required this.name}) {
_id = platform.prepareApp(deviceIdentifier, os, permissions, headless, name,
platform.getBundleName());
}