encrypt abstract method

Future<Uint8List> encrypt(
  1. Uint8List input
)

Implementation

Future<Uint8List> encrypt(Uint8List input);