Closed chitraarasu-kirshi closed 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?
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?