enableFloatWindow method

Future<void> enableFloatWindow(
  1. bool enable
)

Implementation

Future<void> enableFloatWindow(bool enable) async {
  CallState.instance.enableFloatWindow = enable;
}