Returns the absolute path string of the application documents directory.
static Future<String> get documentsPath async => (await pp.getApplicationDocumentsDirectory()).path;