getSavedSignatureFolder method
Gets the absolute path to the folder containing all saved signatures as PDFs.
For Android, to get the folder containing the saved signatures as JPGs, use getSavedSignatureJpgFolder.
Implementation
Future<String?> getSavedSignatureFolder() {
return _channel.invokeMethod(Functions.getSavedSignatureFolder);
}