enableFloatWindow method

Future<void> enableFloatWindow(
  1. bool enable
)

Enable the floating window

Implementation

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