Encrypts the passed bytes. Bytes are passed as Uint8List. Encode String data type to Uint8List using utf8.encode.
utf8.encode
FutureOr<V> encrypt(T plainData);