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