TappyKeyboardHotKeyException constructor

TappyKeyboardHotKeyException(
  1. TappyKeyboardHotKey key, [
  2. String? message
])

Implementation

TappyKeyboardHotKeyException(this.key, [String? message])
    : super(message ?? 'Hot Key is misconfigured');