mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-10-31 17:06:50 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			53 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			53 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
| abstract class PageProvider {
 | |
|   String? getPage();
 | |
| }
 | 
