FoundationServiceExtensions enum

Service extension constants for the foundation library.

These constants will be used when registering service extensions in the framework, and they will also be used by tools and services that call these service extensions.

The String value for each of these extension names should be accessed by calling the .name property on the enum value.

Inheritance

Constructors

FoundationServiceExtensions()
const

Values

reassemble → const FoundationServiceExtensions

Name of service extension that, when called, will cause the entire application to redraw.

See also:

exit → const FoundationServiceExtensions

Name of service extension that, when called, will terminate the Flutter application.

See also:

connectedVmServiceUri → const FoundationServiceExtensions

Name of service extension that, when called, will get or set the value of connectedVmServiceUri.

See also:

activeDevToolsServerAddress → const FoundationServiceExtensions

Name of service extension that, when called, will get or set the value of activeDevToolsServerAddress.

See also:

platformOverride → const FoundationServiceExtensions

Name of service extension that, when called, will change the value of defaultTargetPlatform, which controls which TargetPlatform that the framework will execute for.

See also:

brightnessOverride → const FoundationServiceExtensions

Name of service extension that, when called, will override the platform Brightness.

See also:

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

Constants

values → const List<FoundationServiceExtensions>
A constant List of the values in this enum, in order of their declaration.