Gets a list of absolute file paths to all saved signatures as PDFs.
Future<List<String>?> getSavedSignatures() { return _channel.invokeMethod(Functions.getSavedSignatures); }