adoptForegroundCandidateEncoded method
Implementation
Uint8List adoptForegroundCandidateEncoded({
required int sessionId,
required Uint8List requestBytes,
}) {
return _ownedWireRequest(
sessionId: sessionId,
requestBytes: requestBytes,
expectedLength: 48,
wireName: 'RITOFGH1',
outputName: 'foreground handoff acknowledgement',
operation: _adoptForeground,
);
}