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