enableVirtualBackground method

Future<void> enableVirtualBackground(
  1. bool enable
)

Implementation

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