formats method

Future<HGrid> formats()

Call "formats" to query which MIME formats are available.

Implementation

Future<HGrid> formats() {
  return call("formats", HGrid.EMPTY);
}