getPath method

dynamic getPath()

Implementation

getPath() async {
  final Directory appDocumentsDir = await getApplicationDocumentsDirectory();
  path = appDocumentsDir.path;
}