app_intents_method_channel library

Classes

MethodChannelAppIntents
An implementation of AppIntentsPlatform that uses method channels.

Typedefs

EntityQueryHandler = Future<List<Map<String, dynamic>>> Function(List<String> identifiers)
Type definition for entity query handler functions.
IntentHandler = Future<Map<String, dynamic>> Function(Map<String, dynamic> params)
Type definition for intent handler functions.
SuggestedEntitiesHandler = Future<List<Map<String, dynamic>>> Function()
Type definition for suggested entities handler functions.