Class SystemChannel
- java.lang.Object
-
- io.flutter.embedding.engine.systemchannels.SystemChannel
-
public class SystemChannel extends Object
TODO(mattcarroll): fill in javadoc for SystemChannel.
-
-
Field Summary
Fields Modifier and Type Field Description BasicMessageChannel<Object>
channel
-
Constructor Summary
Constructors Constructor Description SystemChannel(DartExecutor dartExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
sendMemoryPressureWarning()
-
-
-
Field Detail
-
channel
@NonNull public final BasicMessageChannel<Object> channel
-
-
Constructor Detail
-
SystemChannel
public SystemChannel(@NonNull DartExecutor dartExecutor)
-
-