createScreenShareView method

Widget createScreenShareView(
  1. dynamic onViewCreated(
    1. int viewID
    ), {
  2. Key? key,
})

Implementation

Widget createScreenShareView(Function(int viewID) onViewCreated, {Key? key}) {
  return _createView("screenshareview", onViewCreated, key: key);
}