kaushikgodhani / vocsy_epub_viewer

Apache License 2.0
29 stars 68 forks source link

Listener not working on android #17

Closed chitraarasu-kirshi closed 1 year ago

chitraarasu-kirshi commented 1 year ago

VocsyEpub.locatorStream.listen((locator) { print(locator); if (int.parse(locator) >= 5) { VocsyEpub.closeReader(); } });

Close reader function not exist in package so I added that function. This listener only works on IOS not working on Android. What is the issue?