PlaySound method

String PlaySound(
  1. SoundBase<SoundBase<dynamic, AudioStreamBase>, AudioStreamBase> sound
)

Implementation

String PlaySound(
  SoundBase sound,
) => 'PlaySound($sound)';