FrameFlutterChannelContract
object FrameFlutterChannelContract
Kotlin<->Flutter contract for the embedded Frame Flutter module.
The host app should implement FrameFlutterBridge and route these calls to Flutter via MethodChannel/EventChannel.
This SDK module deliberately does NOT depend on Flutter classes, to keep it optional.