Properties 
    
        
  hashCode → int  
  
 
  The hash code for this object.
  no setter inherited 
 
        
  runtimeType → Type  
  
 
  A representation of the runtime type of the object.
  no setter inherited 
 
     
   
    
  
    Methods 
    
        
  enableCameraAutoFocus (bool enabled → void 
   
  
 
  Enabling auto focus (for mobile OS)
After auto focus is enabled, the camera will automatically detect and always focus on faces.
  
 
        
  enableCameraTorch (bool enabled → void 
   
  
 
  Enabling/Disabling flash, i.e., the torch mode (for mobile OS)
  
 
        
  isAutoFocusEnabled ()
    → bool  
    
  
 
  Querying whether automatic face detection is supported (for mobile OS)
  
 
        
  isFrontCamera ()
    → bool  
    
  
 
  //////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
Querying whether the front camera is being used (for mobile OS)
  
 
        
  noSuchMethod (Invocation invocation → dynamic 
   
  
 
  Invoked when a nonexistent method or property is accessed.
  inherited 
 
        
  setAudioRoute (TUIAudioRoute route → void 
   
  
 
  Setting the audio route (for mobile OS)
  
 
        
  switchCamera (bool frontCamera → void 
   
  
 
  Switching to the front/rear camera (for mobile OS)
  
 
        
  toString ()
    → String  
    
  
 
  A string representation of this object.
  inherited