encrypt method

  1. @protected
FutureOr<List<int>> encrypt(
  1. List<int> data
)

A hook that can be used to encrypt data.

Implementation

@protected
FutureOr<List<int>> encrypt(final List<int> data) => data;