path property

Future<String> get path

The full path where data files are stored on the device.

Implementation

Future<String> get path async =>
    Settings().getDataBasePath(studyDeploymentId);