menu
pubnub
pubnub.dart
CipherKey
CipherKey.fromHex factory constructor
CipherKey.fromHex
dark_mode
light_mode
CipherKey.fromHex
constructor
CipherKey.fromHex
(
String
key
)
Implementation
factory CipherKey.fromHex(String key) { return CipherKey._(hex.decode(key)); }
pubnub
pubnub
CipherKey
CipherKey.fromHex factory constructor
CipherKey class