enableVirtualBackground method

Future<void> enableVirtualBackground(
  1. bool enable
)

Implementation

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