removeSignFileList static method
Delete annotated electronic signature file list data for Samples:
ComPDFKit.removeSignFileList()
Implementation
static Future<bool> removeSignFileList() async {
return await _methodChannel.invokeMethod('remove_sign_file_list');
}