FrameFlutterBridge
interface FrameFlutterBridge
Bridge interface implemented by the HOST APP, backed by its embedded Flutter module.
Why this exists:
This SDK wants to support Frame via Flutter without forcing a Flutter dependency on all consumers.
So this module defines the contract; the app wires it to MethodChannel/EventChannel.