Enable the floating window
Future<void> enableFloatWindow(bool enable) async { return await TUICallKitPlatform.instance.enableFloatWindow(enable); }