light icon indicating copy to clipboard operation
light copied to clipboard

The method 'readBookSync' isn't defined for the class 'EpubReader'.

Open rajendrachauhan opened this issue 6 years ago • 1 comments

EpubBook epubBook = EpubReader.readBookSync(bytes); in code error to below red underline of readBookSync() method. and changed method name readBook() so it can be A value of type 'Future<EpubBook>' can't be assigned to a variable of type 'EpubBook'. with async task. how to fixed it ?

rajendrachauhan avatar Feb 01 '19 06:02 rajendrachauhan

same error

Sreejith93 avatar Dec 24 '19 08:12 Sreejith93