HttpNetworkPlugin class final

Inheritance

Constructors

HttpNetworkPlugin()

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
pluginType PluginType
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
finalinherited

Methods

delete(Uri url, {Map<String, String>? headers, Object? body, Encoding? encoding}) Future<Response>
override
dispose() Future<void>
override
get(Uri url, {Map<String, String>? headers}) Future<Response>
override
override
init() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Uri url, {Map<String, String>? headers, Object? body, Encoding? encoding}) Future<Response>
override
post(Uri url, {Map<String, String>? headers, Object? body, Encoding? encoding}) Future<Response>
override
put(Uri url, {Map<String, String>? headers, Object? body, Encoding? encoding}) Future<Response>
override
toString() String
A string representation of this object.
inherited

Operators

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