encrypt method

FutureOr<String> encrypt(
  1. String data
)

Implementation

FutureOr<String> encrypt(String data) => data;