indexPublic method

Future<String> indexPublic()

Implementation

Future<String> indexPublic() async {
  return index(showPublic: true);
}