openToC method
- String url
Follows the url from the table of context. See getToCTree.
Implementation
void openToC(String url) {
openToCNative?.call(_sdk, BufferString.fromDartString(url));
}
Follows the url from the table of context. See getToCTree.
void openToC(String url) {
openToCNative?.call(_sdk, BufferString.fromDartString(url));
}