BaseNetwork class

Constructors

BaseNetwork()

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

get(String partUrl, String? token, void successCompletion(CommonResponse), void errCompletion(CommonResponse)) Future<CommonResponse>
initDio(String partUrl, bool isMultipart) → Dio
post(String partUrl, dynamic body, void successCompletion(CommonResponse), void errCompletion(CommonResponse), bool isMultipart, String? token) Future<CommonResponse>
put(String partUrl, dynamic body, void successCompletion(CommonResponse), void errCompletion(CommonResponse), bool isMultipart, String? token) Future<CommonResponse>

Constants

baseUrl → const String