adoptBackgroundCandidateEncoded method
Implementation
Uint8List adoptBackgroundCandidateEncoded({
required int sessionId,
required Uint8List requestBytes,
}) {
return _ownedWireRequest(
sessionId: sessionId,
requestBytes: requestBytes,
expectedLength: 44,
wireName: 'RITOHOF1',
outputName: 'background handoff acknowledgement',
operation: _adoptBackground,
);
}