createHotKey abstract method

Future<int?> createHotKey(
  1. HotKeyDefinition definition
)

Creates HotKey for given definition. Returns null if not supported on this platform.

Implementation

Future<int?> createHotKey(HotKeyDefinition definition);