Feishu class

Implemented types

Constructors

Feishu({required String appId, required String appSecret, required String spreadsheetToken})
const

Properties

appId String
final
appSecret String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spreadsheetToken String
final

Methods

getL10nSheet(Sheet sheet) Future<L10nSheet>
Get the l10n data by Sheet.
override
getSheets() Future<List<Sheet>>
Get all sheets data from the platform. Like Sheet.id and Sheet.title.
override
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.
override
toString() String
A string representation of this object.
inherited

Operators

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