menu
helixworlds_snatcher_sdk package
documentation
utils/network_util.dart
NetworkUtil class
NetworkUtil class
dark_mode
light_mode
NetworkUtil
class
Constructors
NetworkUtil
(
SimpleConnectionChecker
dataConn
)
Properties
dataConn
→ SimpleConnectionChecker
final
hashCode
→
int
The hash code for this object.
no setter
inherited
isConnected
→
Stream
<
bool
>
no setter
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
Methods
getDio
(
{
bool
isDebug
=
false
,
int
maxWidth
=
128
,
bool
requestBody
=
true
,
bool
requestHeader
=
true
,
bool
request
=
true
,
bool
error
=
true
,
bool
responseBody
=
true
,
String
cert
=
""
})
→ Dio
if you want to return debug mode of dio which will include prettyfy display of the request sent via http or receive else it will not print the request use strictly on debugging mode
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
helixworlds_snatcher_sdk package
documentation
utils/network_util
NetworkUtil class
network_util library