Class SettingsChannel
- java.lang.Object
-
- io.flutter.embedding.engine.systemchannels.SettingsChannel
-
public class SettingsChannel extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SettingsChannel.MessageBuilder
static class
SettingsChannel.PlatformBrightness
The brightness mode of the host platform.
-
Field Summary
Fields Modifier and Type Field Description BasicMessageChannel<Object>
channel
static String
CHANNEL_NAME
-
Constructor Summary
Constructors Constructor Description SettingsChannel(DartExecutor dartExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SettingsChannel.MessageBuilder
startMessage()
-
-
-
Field Detail
-
CHANNEL_NAME
public static final String CHANNEL_NAME
- See Also:
- Constant Field Values
-
channel
@NonNull public final BasicMessageChannel<Object> channel
-
-
Constructor Detail
-
SettingsChannel
public SettingsChannel(@NonNull DartExecutor dartExecutor)
-
-
Method Detail
-
startMessage
@NonNull public SettingsChannel.MessageBuilder startMessage()
-
-