Parse class
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 non-existent method or property is accessed. [...]
inherited
-
toString()
→ String
-
Returns a string representation of this object.
inherited