Can the FlutterBinaryMessenger be used for IPC between Flutter and a non-UI MacOS/iOS app extension
I’m developing a Flutter application and a non-UI (MacOS/iOS) File Provider Extension. The extension runs in a separate process and I need the Flutter code to communicate with the extension.