getApplicationSupportPath method

Future<String?> getApplicationSupportPath()
inherited

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

Implementation

Future<String?> getApplicationSupportPath() {
  throw UnimplementedError(
      'getApplicationSupportPath() has not been implemented.');
}