menu
video_player_win package
documentation
video_player_win_platform_interface.dart
VideoPlayerWinPlatform
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_player_win package
documentation
video_player_win_platform_interface
VideoPlayerWinPlatform
play method
VideoPlayerWinPlatform class