getSavedSignatures method

Future<List<String>?> getSavedSignatures()

Gets a list of absolute file paths to all saved signatures as PDFs.

Implementation

Future<List<String>?> getSavedSignatures() {
  return _channel.invokeMethod(Functions.getSavedSignatures);
}