getApplicationSupportPath method

  1. @override
Future<String> getApplicationSupportPath()
override

Path to a directory where the application may place application support files.

Implementation

@override
Future<String> getApplicationSupportPath() async => appCommon.getDataPath();