Controls specific aspects of the embedder interface.

Static Methods

setApplicationSwitcherDescription(ApplicationSwitcherDescription description) Future<Null>

Specifies the description of the current state of the application as it pertains to the application switcher (a.k.a "recent tasks").

setEnabledSystemUIOverlays(List<SystemUiOverlay> overlays) Future<Null>

Specifies the set of overlays visible on the embedder when the application is running. The embedder may choose to ignore unsupported overlays

setPreferredOrientations(List<DeviceOrientation> orientations) Future<Null>

Specifies the set of orientations the application interface can be displayed in.

setSystemUIOverlayStyle(SystemUiOverlayStyle style) → void

Specifies the style of the system overlays that are visible on the embedder (if any). The embedder may choose to ignore unsupported overlays.

Properties

hashCode int

Get a hash code for this object.

read-only, inherited
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() String

Returns a string representation of this object.

inherited