| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -53,7 +53,7 @@ class SharedPreferencesAuroraApi { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  /// Get file with data | 
					 | 
					 | 
					 | 
					  /// Get file with data | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  Future<File> _getFile() async { | 
					 | 
					 | 
					 | 
					  Future<File> _getFile() async { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    return File(p.join( | 
					 | 
					 | 
					 | 
					    return File(p.join( | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      (await getTemporaryDirectory()).path, | 
					 | 
					 | 
					 | 
					      (await getApplicationSupportDirectory()).path, | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      fileName, | 
					 | 
					 | 
					 | 
					      fileName, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    )).create(recursive: true); | 
					 | 
					 | 
					 | 
					    )).create(recursive: true); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  } | 
					 | 
					 | 
					 | 
					  } | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |