Backendless class
Constructors
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 → String?
-
no setter
-
appLaunchDetails
→ Future<
NotificationAppLaunchDetails?> -
no setter
- applicationId → String?
-
no setter
- cache → Cache
-
final
- counters → BackendlessCounters
-
final
- customDomain → String?
-
no setter
- customService → CustomService
-
final
- data → Data
-
final
- files → FileService
-
final
-
headers
→ Map<
String, String> ? -
no setter
- isInitialized → bool
-
no setter
- messaging → Messaging
-
final
- rt → RTConnector
-
final
- url ↔ String
-
getter/setter pair
- userService → UserService
-
final
Static Methods
-
initApp(
{String? applicationId, String? androidApiKey, String? iosApiKey, String? customDomain}) → Future -
This method must be called once before sending the request to the
Backendless
server. Must be an app ID and API key or custom domain. -
removeHeader(
{String? key, HeadersEnum? enumKey}) → Future< void> -
setHeader(
String value, {String? key, HeadersEnum? enumKey}) → Future< void>