decrypt method

FutureOr<String> decrypt(
  1. String data
)

Implementation

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