onBackgroundPreview property

  1. @override
Future<void> Function(VirtualBackground)? onBackgroundPreview
getter/setter pairoverride-getter

Callback when background is previewed (before apply)

Implementation

@override
Future<void> Function(VirtualBackground)? onBackgroundPreview;