ReadBookPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ReadBookPlatform
Implementers

Constructors

ReadBookPlatform()
Constructs a EllaSaasFlutterPlatform.

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

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
receiveFromNative(Future handler(MethodCall call)?) → 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

Static Properties

instance ReadBookPlatform
The default instance of ReadBookPlatform to use.
getter/setter pair