native/dart_bridge_model_assignment library
Classes
- DartBridgeModelAssignment
-
Model assignment bridge for C++ model assignment operations.
Matches Swift's
CppBridge+ModelAssignment.swift. - RacAssignmentCallbacksStruct
- Callbacks struct
- RacAssignmentDeviceInfoStruct
- Device info struct
- RacAssignmentHttpResponseStruct
- HTTP response struct
Functions
-
cacheDeviceInfo(
) → Future< void> - Pre-cache device info (call during init)
Typedefs
-
RacAssignmentGetDeviceInfoCallbackNative
= Void Function(Pointer<
RacAssignmentDeviceInfoStruct> , Pointer<Void> ) - Device info callback
-
RacAssignmentHttpGetCallbackNative
= Int32 Function(Pointer<
Utf8> , Int32, Pointer<RacAssignmentHttpResponseStruct> , Pointer<Void> ) - HTTP GET callback