MultiOverlay typedef

  1. @Deprecated("Use 'StreamMultiOverlay' instead")
MultiOverlay = StreamMultiOverlay

Widget that renders a single overlay widget from a list of overlayOptions It shows the first one that is visible

Implementation

@Deprecated("Use 'StreamMultiOverlay' instead")
typedef MultiOverlay = StreamMultiOverlay;