getRequestId method

String getRequestId()

Implementation

String getRequestId() {
  final response = nativeGetRequestId(nativeObject).ref;
  final String requestIdBufferStr = response.getString();
  return Uuid.unparse(hex.decode(requestIdBufferStr));
}