Removes the child audio source at the given index
Future<void> removeAt(int index) async { children.removeAt(index); // In a real implementation, we would notify the platform side }