list method

Called to list actions provided by the plugin.

Implementation

Future<List<ActionMetadata>> list() async {
  return [];
}