아무튼-작업일지
Sign In
공부 내용

Flutter sound

Y
yeji Kim
Jul 27, 20242y ago
•
StreamSubscription
◦
https://jutole.tistory.com/73
[Flutter] StreamSubscription 그리고 listen
StreamSubscription Stream 이벤트에 대한 구독 입니다. Stream.listen을 사용하여 Stream을 수신하면 StreamSubscription 객체가 반환됩니다. subscription은 리스너에게 이벤트를 제공하고, 이벤트를 처리하는 데 사용되는 콜백을 가지고 있습니다. subscription을 사용하여 이벤트 구독을 취소하거나 stream에서 이벤트를 일시적으로 중지할 수도 있습니다. listen 함수 정의 StreamSubscription listen(void onData(T event)?, {Function? onError, void onDone()?, bool? cancelOnError}); 이벤트를 처리하는 데 사용되는 콜백을 가지고 있습니다. onData onData..
jutole.tistory.com
•
WEbSocketChannel.connect
•
_recorderSubscription
•
_recorder!.startRecorder(toFile: ~, codec: );
Subscribe to '아무튼-작업일지'
Subscribe to my site to be the first to receive notifications and emails about the latest updates, including new posts.
Join Slashpage and subscribe to '아무튼-작업일지'!
Subscribe
👍