Platform class abstract
- Implementers
Constructors
- Platform()
-
factory
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
-
getL10nSheet(
Sheet sheet) → Future< L10nSheet> - Get the l10n data by Sheet.
-
getSheets(
) → Future< List< Sheet> > - Get all sheets data from the platform. Like Sheet.id and Sheet.title.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prepare(
) → Future< void> - Do some preparation work before using the platform.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited