Backendless class

Constructors

Backendless()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

apiKey → dynamic
no setter
applicationId → dynamic
no setter
cache BackendlessCache
final
commerce BackendlessCommerce
final
counters BackendlessCounters
final
customService BackendlessCustomService
final
data BackendlessData
final
events BackendlessEvents
final
files BackendlessFiles
final
logging BackendlessLogging
final
messaging BackendlessMessaging
final
rt BackendlessRT
final
url → dynamic
no setter
userService BackendlessUserService
final

Static Methods

getHeaders() Future<Map<String, String>>
initApp({String? applicationId, String? androidApiKey, String? iosApiKey, String? jsApiKey, String? customDomain}) Future<void>
isInitialized() Future<bool?>
removeHeader({String? stringKey, HeadersEnum? enumKey}) Future<void>
setHeader(String value, {String? stringKey, HeadersEnum? enumKey}) Future<void>
setUrl(String url) Future<void>