destroyHotKey abstract method

Future<void> destroyHotKey(
  1. int handle
)

Destroys hot key with given handle;

Implementation

Future<void> destroyHotKey(int handle);