sign abstract method

Future<List<int>> sign(
  1. List<int> data
)

Implementation

Future<List<int>> sign(List<int> data);