menu
animated_chat_record_button package
documentation
audio_services.dart
AudioPlayersService
setAudioPath method
setAudioPath method
dark_mode
light_mode
setAudioPath
method
Future
<
void
>
setAudioPath
(
String
path
)
Implementation
Future<void> setAudioPath( String path, ) async { await player.setSource(DeviceFileSource(path)); }
animated_chat_record_button package
documentation
audio_services
AudioPlayersService
setAudioPath method
AudioPlayersService class