checkDocument method

Future<bool> checkDocument({
  1. 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.');
}