Parse class

Constructors

Parse()

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

hasParseBeenInitialized() bool
healthCheck({bool? debug, ParseClient? client, bool? sendSessionIdByDefault}) Future<ParseResponse>
initialize(String appId, String serverUrl, {bool debug = false, String? appName, String? appVersion, String? appPackageName, String? locale, String? liveQueryUrl, String? clientKey, String? masterKey, String? sessionId, bool autoSendSessionId = true, SecurityContext? securityContext, CoreStore? coreStore, Map<String, ParseObjectConstructor>? registeredSubClassMap, ParseUserConstructor? parseUserConstructor, ParseFileConstructor? parseFileConstructor, List<int>? liveListRetryIntervals, ParseConnectivityProvider? connectivityProvider, String? fileDirectory, Stream<void>? appResumedStream, ParseClientCreator? clientCreator}) Future<Parse>
To initialize Parse Server in your application
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