handlers property

List<String> handlers

Lists the registered handlers by name. The name is a simple String which reflects the name of the trigger in the Lambda Execution API.

Implementation

List<String> get handlers => _handlers.keys;