decrypt method

Future<String> decrypt(
  1. String encrypted
)

Implementation

Future<String> decrypt(String encrypted) {
  throw UnimplementedError('decrypt() has not been implemented.');
}