menu
video_player_win package
documentation
video_player_win_platform_interface.dart
VideoPlayerWinPlatform
pause method
pause method
dark_mode
light_mode
pause
method
Future
<
void
>
pause
(
int
textureId
)
Implementation
Future<void> pause(int textureId) { throw UnimplementedError('pause() has not been implemented.'); }
video_player_win package
documentation
video_player_win_platform_interface
VideoPlayerWinPlatform
pause method
VideoPlayerWinPlatform class