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