IsSoundPlaying method

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

Implementation

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