menu
video_ultra_player package
documentation
video_ultra_player_platform_interface.dart
VideoUltraPlayerPlatform
play method
play method
dark_mode
light_mode
play
method
Future
<
void
>
play
(
int
textureId
)
Implementation
Future<void> play(int textureId) { throw UnimplementedError('play() has not been implemented.'); }
video_ultra_player package
documentation
video_ultra_player_platform_interface
VideoUltraPlayerPlatform
play method
VideoUltraPlayerPlatform class