menu
haishin_kit
stream.dart
Stream
attachAudio abstract method
attachAudio
dark_mode
light_mode
attachAudio
abstract method
Future
<
void
>
attachAudio
(
dynamic
audio
)
Attaches an AudioSource to this stream.
Implementation
Future<void> attachAudio(AudioSource? audio);
haishin_kit
stream
Stream
attachAudio abstract method
Stream class