checkDocument method Null safety
- {required String filePath}
Check if the path already exists in document folder filePath
Implementation
Future<bool> checkDocument({required String filePath}) async {
throw UnimplementedError('checkDocument has not been implemented.');
}