ParseClient class abstract

Implementers

Constructors

ParseClient()

Properties

data ParseCoreData
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(String path, {ParseNetworkOptions? options}) Future<ParseNetworkResponse>
get(String path, {ParseNetworkOptions? options, ProgressCallback? onReceiveProgress}) Future<ParseNetworkResponse>
getBytes(String path, {ParseNetworkOptions? options, ProgressCallback? onReceiveProgress, dynamic cancelToken}) Future<ParseNetworkByteResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post(String path, {String? data, ParseNetworkOptions? options}) Future<ParseNetworkResponse>
postBytes(String path, {Stream<List<int>>? data, ParseNetworkOptions? options, ProgressCallback? onSendProgress, dynamic cancelToken}) Future<ParseNetworkResponse>
put(String path, {String? data, ParseNetworkOptions? options}) Future<ParseNetworkResponse>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited