handlers property
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;
Lists the registered handlers by name.
The name is a simple String
which reflects
the name of the trigger in the Lambda Execution API.
List<String> get handlers => _handlers.keys;