updateTheme method
Implementation
updateTheme({required EpubTheme theme}) async {
String? foregroundColor = theme.foregroundColor?.toHex();
await webViewController?.evaluateJavascript(source: 'updateTheme("","$foregroundColor")');
}
updateTheme({required EpubTheme theme}) async {
String? foregroundColor = theme.foregroundColor?.toHex();
await webViewController?.evaluateJavascript(source: 'updateTheme("","$foregroundColor")');
}