ParseDioClient class

Inheritance

Constructors

ParseDioClient({bool sendSessionId = false, dynamic securityContext})

Properties

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

Operators

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