bridge/idl/spec library

Classes

CallParams
Call parameters for API invocation
Instance
Instance reference class
MixinData
Mixed data structure for instance data
ReturnParams
Return parameters from API calls

Enums

ArgType
Argument type enumeration Defines different types of arguments that can be passed between native and Dart
CallType
Call type enumeration Defines different types of API calls between native and Dart
InstanceType
Instance creation type enumeration
ReturnStatus
Return status enumeration Represents the result status of an API call

Typedefs

Arg = dynamic
Argument type definition
Handler = Function
Handler function type definition
Service = dynamic
Service type definition