Key.fromUtf8 constructor

Key.fromUtf8(
  1. String input
)

Creates an Encryption Key object from a UTF-8 string.

Implementation

Key.fromUtf8(String input) : super.fromUtf8(input);