ParseCoreData class
Singleton class that defines all user keys and data
Constructors
- ParseCoreData()
-
factory
Properties
- applicationId ↔ String
-
read / write
- appName ↔ String?
-
read / write
- appPackageName ↔ String?
-
read / write
-
appResumedStream
↔ Stream<
void>? -
read / write
- appVersion ↔ String?
-
read / write
- autoSendSessionId ↔ bool
-
read / write
- clientCreator ↔ ParseClientCreator
-
read / write
- clientKey ↔ String?
-
read / write
- connectivityProvider ↔ ParseConnectivityProvider?
-
read / write
- debug ↔ bool
-
read / write
- fileDirectory ↔ String?
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
liveListRetryIntervals
↔ List<
int> -
read / write
- liveQueryURL ↔ String?
-
read / write
- locale ↔ String?
-
read / write
- masterKey ↔ String?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- securityContext ↔ SecurityContext?
-
read / write
- serverUrl ↔ String
-
read / write
- sessionId ↔ String?
-
read / write
- storage ↔ CoreStore
-
read / write
Methods
-
createFile(
{String? url, String? name}) → ParseFileBase -
createObject(
String classname) → ParseObject -
createParseUser(
String? username, String? password, String? emailAddress, {String? sessionToken, bool? debug, ParseClient? client}) → ParseUser -
getStore(
) → CoreStore -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerFileSubClass(
ParseFileConstructor parseFileConstructor) → void -
registerSubClass(
String className, ParseObjectConstructor objectConstructor) → void -
registerUserSubClass(
ParseUserConstructor parseUserConstructor) → void -
setSessionId(
String sessionId) → void - Sets the current sessionId.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → ParseCoreData
-
read-only
Static Methods
-
init(
String appId, String serverUrl, {required bool debug, String? appName, String? appVersion, String? appPackageName, String? locale, String? liveQueryUrl, String? masterKey, String? clientKey, String? sessionId, required bool autoSendSessionId, SecurityContext? securityContext, CoreStore? store, Map< String, ParseObjectConstructor>? registeredSubClassMap, ParseUserConstructor? parseUserConstructor, ParseFileConstructor? parseFileConstructor, List< int>? liveListRetryIntervals, ParseConnectivityProvider? connectivityProvider, String? fileDirectory, Stream< void>? appResumedStream, ParseClientCreator? clientCreator}) → Future< void> - Creates an instance of Parse Server