Type definition for intent handler functions.
typedef IntentHandler = Future<Map<String, dynamic>> Function( Map<String, dynamic> params);