asyncGetResult method
Retrieves binary result for a completed async request.
Implementation
Uint8List? asyncGetResult(
int requestId, {
int? maxBufferBytes,
int? initialBufferBytes,
}) =>
_native.asyncGetResult(
requestId,
maxBufferBytes: maxBufferBytes,
initialBufferBytes: initialBufferBytes,
);