menu
pax_player package
documentation
pax_player_platform_interface.dart
PaxPlayerPlatform
getBeep method
getBeep method
dark_mode
light_mode
getBeep
method
Future
<
bool
?
>
getBeep
(
int
time
)
Implementation
Future<bool?> getBeep(int time) { throw UnimplementedError('getBeep has not been implemented.'); }
pax_player package
documentation
pax_player_platform_interface
PaxPlayerPlatform
getBeep method
PaxPlayerPlatform class