HandleKeysCallback typedef Null safety
Callback the returns the AES Keys for deviceSharedKey
and passwordSecuredKey
Implementation
typedef HandleKeysCallback = void Function(List<int> deviceSharedKey, List<int> passwordSecuredKey);
Callback the returns the AES Keys for deviceSharedKey
and passwordSecuredKey
typedef HandleKeysCallback = void Function(List<int> deviceSharedKey, List<int> passwordSecuredKey);