menu
pubnub
pubnub.dart
CipherKey
CipherKey.fromUtf8 factory constructor
CipherKey.fromUtf8
dark_mode
light_mode
CipherKey.fromUtf8
constructor
CipherKey.fromUtf8
(
String
key
)
Implementation
factory CipherKey.fromUtf8(String key) { return CipherKey._(utf8.encode(key)); }
pubnub
pubnub
CipherKey
CipherKey.fromUtf8 factory constructor
CipherKey class