Parse class

The Parse class contains static functions that handle global configuration for the Parse library.

Constructors

Parse.initialize(ParseConfiguration configuration)
Authenticates this client as belonging to your application. This must be called before your application can use the Parse library.
factory

Properties

configuration ParseConfiguration?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initialized bool
Return Parse initialized status
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

initialize(ParseConfiguration configuration) → void
Setter method for ParseConfiguration using parse global instance
logToCURL(BaseRequest request) → void
Convert BaseRequest object into friendly formatted CURL command into console log
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