menu
player_m3u8 package
documentation
player_m3u8_platform_interface.dart
PlayerM3u8Platform
pause method
pause method
dark_mode
light_mode
pause
method
Future
<
void
>
pause
(
int
playerId
)
Implementation
Future<void> pause(int playerId) { throw UnimplementedError('pause() has not been implemented.'); }
player_m3u8 package
documentation
player_m3u8_platform_interface
PlayerM3u8Platform
pause method
PlayerM3u8Platform class