Is it possible to access NSURLSession
and related types via FFI from dart? I would like to use this bindings with Flutter on iOS.
If yes, could that be done with dart:ffigen
and how would I have to configure it? There are lots of samples for ffi, but I did not find accessing system frameworks.