openToC method

void openToC(
  1. String url
)

Follows the url from the table of context. See getToCTree.

Implementation

void openToC(String url) {
  openToCNative?.call(_sdk, BufferString.fromDartString(url));
}