mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-11-04 03:54:44 +00:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			208 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			208 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
| 
								 | 
							
								import 'package:appflowy/plugins/inline_actions/inline_actions_result.dart';
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								abstract class InlineActionsDelegate {
							 | 
						||
| 
								 | 
							
								  Future<InlineActionsResult> search(String? search);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  Future<void> dispose() async {}
							 | 
						||
| 
								 | 
							
								}
							 |