I am planning to create an audio chat application with flutter(using streams from p2p network). By far, I have not found better solution than calling platform specific code for IOS and Android separately. Is there some other better way of doing this ?
I wish there was something in dart that's close to peerjs in JavaScript.