asyncGetResult method

Uint8List? asyncGetResult(
  1. int requestId
)

Retrieves binary result for a completed async request.

Implementation

Uint8List? asyncGetResult(int requestId) => _native.asyncGetResult(requestId);