VirtualDeviceDevtools class abstract
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
setAutoOrientation(
bool enabled) → void - Set auto orientation mode
-
setDevice(
DeviceInfo? device) → void - Simulate the Device of the transferred device. The application itself is reassembled when everything is ready.
-
setOrientation(
Orientation orientation) → void - Dunking the system orientation.
-
setup(
) → void - Initializes the subsystems of the virtual device. You need to call it before runApp.
-
toggleOrientation(
) → void - Switches the system orientation.