switchFloatWindowInApp method
Implementation
void switchFloatWindowInApp(bool isFullScreen) {
if (this.isFullScreen is ValueNotifier<bool>) {
(this.isFullScreen as ValueNotifier<bool>).value = isFullScreen;
}
}
void switchFloatWindowInApp(bool isFullScreen) {
if (this.isFullScreen is ValueNotifier<bool>) {
(this.isFullScreen as ValueNotifier<bool>).value = isFullScreen;
}
}