You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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' can't be assigned to a variable of type 'EpubBook'. with async task. how to fixed it ?
The text was updated successfully, but these errors were encountered:
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' can't be assigned to a variable of type 'EpubBook'. with async task. how to fixed it ?
The text was updated successfully, but these errors were encountered: