encode method Null safety

String encode (
  1. String passphrase
)

Encode into text and encrypt with passphrase

Implementation

String encode(String passphrase);