mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-11-02 22:33:28 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			78 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			78 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
import 'main.dart' as m;
 | 
						|
 | 
						|
void main() async {
 | 
						|
  m.fdroid = true;
 | 
						|
  m.main();
 | 
						|
} |