WriteApi class 
 
    
    
  
    
  
    
  
    Methods
    
        - 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  postWrite(String org, String bucket, String body, {String? zapTraceSpan, String? contentEncoding, String? contentType, int? contentLength, String? accept, String? orgID, WritePrecision? precision})
    → Future<void>
  
  
- 
  Write data
  
- 
  postWriteWithHttpInfo(String org, String bucket, String body, {String? zapTraceSpan, String? contentEncoding, String? contentType, int? contentLength, String? accept, String? orgID, WritePrecision? precision})
    → Future<Response>
  
  
- 
  Write data
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited