asyncGetResult method

Uint8List? asyncGetResult(
  1. int requestId
)
inherited

Retrieves binary result for a completed async request.

Implementation

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