InstallsResource class 
 
    
    
  
    
  
    Properties
    
        - 
  hashCode
  → int
  
 
- 
  The hash code for this object.
  
no setterinherited
 
        - 
  runtimeType
  → Type
  
 
- 
  A representation of the runtime type of the object.
  
no setterinherited
 
    
   
    
  
    Methods
    
        - 
  delete(String enterpriseId, String userId, String deviceId, String installId, {String? $fields})
    → Future<void>
  
  
 
- 
  Requests to remove an app from a device.
  
 
        - 
  get(String enterpriseId, String userId, String deviceId, String installId, {String? $fields})
    → Future<Install>
  
  
 
- 
  Retrieves details of an installation of an app on a device.
  
 
        - 
  list(String enterpriseId, String userId, String deviceId, {String? $fields})
    → Future<InstallsListResponse>
  
  
 
- 
  Retrieves the details of all apps installed on the specified device.
  
 
        - 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
 
- 
  Invoked when a nonexistent method or property is accessed.
  
inherited
 
        - 
  toString()
    → String
  
  
 
- 
  A string representation of this object.
  
inherited
 
        - 
  update(Install request, String enterpriseId, String userId, String deviceId, String installId, {String? $fields})
    → Future<Install>
  
  
 
- 
  Requests to install the latest version of an app to a device.