supportPath property

Future<String> get supportPath

Returns the absolute path string of the application support directory.

Implementation

static Future<String> get supportPath async =>
    (await pp.getApplicationSupportDirectory()).path;