ReadBookFlutter class

Constructors

ReadBookFlutter()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addBookEventHandler({ReadBookEventHandler? onProgressChanged, ReadBookEventHandler? onTipsEnable, ReadBookEventHandler? onControllerReady, ReadBookEventHandler? onTipsShow, ReadBookEventHandler? onTryEnd, ReadBookEventHandler? onReaderSuccess, ReadBookEventHandler? onReaderModeChanged, ReadBookEventHandler? onReaderError}) → void
exit() → void
getBookPlayMode() Future<int?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onClickDown([dynamic arguments]) → void
onClickUp([dynamic arguments]) → void
onMove([dynamic arguments]) → void
pageDown() → void
pageUp() → void
pause() → void
refreshReader() → void
resume() → void
setBookPlayMode(int playMode) Future<String?>
showTips() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited