isPdfProtected method

Future<bool> isPdfProtected({
  1. required String filePath,
})

Implementation

Future<bool> isPdfProtected({required String filePath}) {
  throw UnimplementedError('isPdfProtected() has not been implemented.');
}