encrypt abstract method

Future<String> encrypt(
  1. String data
)

Implementation

Future<String> encrypt(String data);