decrypt abstract method

Future<String> decrypt(
  1. String data
)

Implementation

Future<String> decrypt(String data);