StopSound method

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

Implementation

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