setOnPlatformUiLayerDestroyed static method
Implementation
static void setOnPlatformUiLayerDestroyed(
OnPlatformUiLayerDestroyed? onUiLayerDestroyed,
) {
if (!isAndroid) {
return;
}
StreamVideoFlutterPlatform
.instance
.onBackgroundNotificationUiLayerDestroyed =
onUiLayerDestroyed;
}