intentcall_platform_flutter library

Flutter-only helpers for app-owned invoke links and pending native dispatch.

Classes

IntentCallFlutterHost
IntentCallHostEvent
Event emitted by IntentCallFlutterHost while dispatching pending work.
IntentCallInvokeLinkListener
Listens for <app-scheme>://invoke/<qualified_name> and dispatches to onQualifiedName.
IntentCallPendingInvocations
IntentCallPlatformEntityIndex
Dart-facing writer for native entity snapshots used by platform projections.

Enums

IntentCallDrainTrigger
Reason a pending native invocation drain was requested.
IntentCallHostEventKind
Observable host dispatch lifecycle event.

Typedefs

IntentCallEnvelopeCallback = void Function(IntentCallInvocationEnvelope envelope)
IntentCallErrorCallback = void Function(IntentCallInvocationEnvelope envelope, Object error, StackTrace stackTrace)
IntentCallPendingReader = Future<List<IntentCallInvocationEnvelope>> Function()
IntentCallPlatformInvoke = Future<Object?> Function(String method, Object? arguments)
IntentCallResultCallback = void Function(IntentCallInvocationEnvelope envelope, AgentResult result)