StreamingLayout.custom constructor
Allows for custom layouts.
Implementation
const factory StreamingLayout.custom({
required String compositionId,
Map<String, CompositionParamValue>? compositionParams,
Map<String, String>? sessionAssets,
}) = _CustomLayout;