HandleKeysCallback typedef

HandleKeysCallback = void Function(List<int> deviceSharedKey, List<int> passwordSecuredKey)

Callback the returns the AES Keys for deviceSharedKey and passwordSecuredKey

Implementation

typedef HandleKeysCallback = void Function(
    List<int> deviceSharedKey, List<int> passwordSecuredKey);