cipher method

Future<String> cipher(
  1. CipherType type
)

Implementation

Future<String> cipher(CipherType type) async =>
    await GetCipher.instance.apply(type, this);