removeUnderline method
Removes a underline from epub viewer
Implementation
removeUnderline({required String cfi}) {
checkEpubLoaded();
webViewController?.callMethod('removeUnderLine', [cfi]);
}
Removes a underline from epub viewer
removeUnderline({required String cfi}) {
checkEpubLoaded();
webViewController?.callMethod('removeUnderLine', [cfi]);
}