Can anyone give proper sample code for how to implement file transfer in flutter using webRTC. I have learnt how to communicate real time. I am unable to find proper documentation regarding data channels for flutter webRTC.
I tried it just like for media stream but failed.