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.

Types

Link copied to clipboard
object Args
Link copied to clipboard
object Events
Link copied to clipboard
object Methods

Properties

Link copied to clipboard

A single bidirectional MethodChannel.

Functions