sign abstract method

Future<Uint8List> sign(
  1. Uint8List data
)

Signs the given data

Implementation

Future<Uint8List> sign(Uint8List data);