add method
Adds a child audio source
Implementation
Future<void> add(AudioSource audioSource) async {
children.add(audioSource);
// In a real implementation, we would notify the platform side
}
Adds a child audio source
Future<void> add(AudioSource audioSource) async {
children.add(audioSource);
// In a real implementation, we would notify the platform side
}