menu
theoplayer_platform_interface package
documentation
theoplayer_view_controller_mobile.dart
THEOplayerViewControllerMobile
setAutoplay method
setAutoplay method
dark_mode
light_mode
setAutoplay
method
void
setAutoplay
(
bool
autoplay
)
override
Implementation
void setAutoplay(bool autoplay) async { _nativeAPI.setAutoplay(autoplay); }
theoplayer_platform_interface package
documentation
theoplayer_view_controller_mobile
THEOplayerViewControllerMobile
setAutoplay method
THEOplayerViewControllerMobile class