kaushikgodhani / vocsy_epub_viewer

Apache License 2.0
29 stars 68 forks source link

Listener not working on android #20

Closed chitraarasu closed 1 year ago

chitraarasu commented 1 year ago

VocsyEpub.locatorStream.listen((locator) { print(locator); });

This listener only works on IOS not working on Android. What is the issue?