init method
Implementation
void init(Context context) {
this.context = context;
context.coreLayoutState.pipMode.addListener(_onPipModeChangedListener);
floatWindowState.floatWindowMode.addListener(_onFloatWindowModeChangedListener);
}
void init(Context context) {
this.context = context;
context.coreLayoutState.pipMode.addListener(_onPipModeChangedListener);
floatWindowState.floatWindowMode.addListener(_onFloatWindowModeChangedListener);
}