IOSOpenTokVideoView constructor
Constructs an IOSOpenTokVideoView instance with the given viewType
.
Implementation
const IOSOpenTokVideoView({Key? key, required this.viewType})
: super(key: key);
Constructs an IOSOpenTokVideoView instance with the given viewType
.
const IOSOpenTokVideoView({Key? key, required this.viewType})
: super(key: key);