AndroidRuntimeConfiguration constructor
      
      AndroidRuntimeConfiguration({ 
    
    
- List<Locale> ? locales,
- List<Orientation> ? orientations,
Implementation
AndroidRuntimeConfiguration({
  this.locales,
  this.orientations,
});