getPathDocument method Null safety

Future<String> getPathDocument(
  1. {required String folderName}
)

take path from folder folderName return path

Implementation

Future<String> getPathDocument({required String folderName}) async {
  throw UnimplementedError('getPathDocument has not been implemented.');
}