Simulator class

Constructors

Simulator({required Platform platform, required String os, required String deviceIdentifier, required List<String> permissions, required bool headless, required String name})

Properties

deviceIdentifier String
final
hashCode int
The hash code for this object.
no setterinherited
headless bool
final
name String
final
os String
final
permissions List<String>
final
platform Platform
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cleanUp() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runTests(String fileName, bool record, [String outputPath = '/']) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited