Thanks for the great package! I wonder if you have tried to use [jni](https://pub.dev/packages/jni) to improve performance. I believe sending lots bytes via method channel is not very efficient. Edit: For example, [cronet_http](https://github.com/dart-lang/http/tree/master/pkgs/cronet_http) is using JNI.
Thanks for the great package!
I wonder if you have tried to use jni to improve performance. I believe sending lots bytes via method channel is not very efficient.
Edit: For example, cronet_http is using JNI.