Skip to content

Commit

Permalink
Refactor function description
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulPickhardt committed Sep 9, 2024
1 parent de898b1 commit 8fc8858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ride/services/audio.dart
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class Audio {
ftts!.speak(" ");
}

/// Initializes the audio service.
/// Initializes the audio service (package).
Future _initAudioService() async {
audioSession = await AudioSession.instance;
await audioSession!.configure(const AudioSessionConfiguration(
Expand Down

0 comments on commit 8fc8858

Please sign in to comment.