bridge/idl/spec
library
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