enableFloatWindowFeature method

void enableFloatWindowFeature(
  1. bool enable
)

Implementation

void enableFloatWindowFeature(bool enable) {
  state.enableFloatWindowFeature = enable;
}