ReadiumReaderChannel constructor
ReadiumReaderChannel(})
Implementation
ReadiumReaderChannel(
super.name, {
required this.onPageChanged,
this.onExternalLinkActivated,
}) {
setMethodCallHandler(onMethodCall);
}