getFilesDirAbsolutePath method

Future<String> getFilesDirAbsolutePath()

Implementation

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