NetworkPlugin class abstract

Inheritance
Implementers

Constructors

NetworkPlugin({required String name, required String title})

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>
dispose() Future<void>
inherited
get(Uri url, {Map<String, String>? headers}) Future<Response>
init() Future<void>
inherited
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>
post(Uri url, {Map<String, String>? headers, Object? body, Encoding? encoding}) Future<Response>
put(Uri url, {Map<String, String>? headers, Object? body, Encoding? encoding}) Future<Response>
toString() String
A string representation of this object.
inherited

Operators

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