menu
flutter_webrtc_fixed_v0_12_0 package
documentation
flutter_webrtc_fixed_v0_12_0.dart
NativeVideoPlayerViewState
showVideoView method
showVideoView method
dark_mode
light_mode
showVideoView
method
void
showVideoView
(
bool
show
)
Implementation
void showVideoView(bool show) { if (mounted) { _showVideoView = show; setState(() {}); } }
flutter_webrtc_fixed_v0_12_0 package
documentation
flutter_webrtc_fixed_v0_12_0
NativeVideoPlayerViewState
showVideoView method
NativeVideoPlayerViewState class