Apply suggestions from code review

Co-authored-by: Alejandro Santiago <dev@alestiago.com>
pull/325/head
Erick 3 years ago committed by Erick Zanardo
parent a931d3b361
commit bab58b3c2b

@ -20,8 +20,7 @@ enum PinballAudio {
ioPinballVoiceOver
}
/// Function that defines the contract of the creation
/// of an [AudioPool]
/// Defines the contract of the creation of an [AudioPool].
typedef CreateAudioPool = Future<AudioPool> Function(
String sound, {
bool? repeating,

Loading…
Cancel
Save