signRequestId property
      
      int
      get
      signRequestId
      
    
    
The unique ID to be used by the extension should it need to call a method that requires it, e.g. requestPin.
Implementation
int get signRequestId => _wrapped.signRequestId;
      
      set
      signRequestId
      (int v) 
      
    
    
    
Implementation
set signRequestId(int v) {
  _wrapped.signRequestId = v;
}