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