getAction method

String? getAction(
  1. String key
)

Implementation

String? getAction(String key) => customKeybindings[key];