public class LifecycleChannel extends Object
Modifier and Type | Field and Description |
---|---|
BasicMessageChannel<String> |
channel |
Constructor and Description |
---|
LifecycleChannel(DartExecutor dartExecutor) |
Modifier and Type | Method and Description |
---|---|
void |
appIsDetached() |
void |
appIsInactive() |
void |
appIsPaused() |
void |
appIsResumed() |
@NonNull public final BasicMessageChannel<String> channel
public LifecycleChannel(@NonNull DartExecutor dartExecutor)