Encrypts the passed bytes. Bytes are passed as Uint8List. Encode String data type to Uint8List using utf8.encode.
utf8.encode
@override FutureOr<V> encrypt(T plainData, {InitialisationVector iv});