app_intents_method_channel library
Classes
- MethodChannelAppIntents
- An implementation of AppIntentsPlatform that uses method channels.
Typedefs
-
EntityQueryHandler
= Future<
List< Function(List<Map< >String, dynamic> >String> identifiers) - Type definition for entity query handler functions.
-
IntentHandler
= Future<
Map< Function(Map<String, dynamic> >String, dynamic> params) - Type definition for intent handler functions.
-
SuggestedEntitiesHandler
= Future<
List< Function()Map< >String, dynamic> > - Type definition for suggested entities handler functions.