indexApp property

String get indexApp

Implementation

String get indexApp => File(
      path.join(
        Directory.current.path,
        fileSystemPath,
        defaultDocument,
      ),
    ).readAsStringSync();