menu
general_lib package
documentation
network/socket_data.dart
GeneralSocketData
sendJson method
sendJson method
dark_mode
light_mode
sendJson
method
int
sendJson
(
{
required
Map
value
,
})
Implementation
int sendJson({ required Map value, }) { return sendRaw(buffer: utf8.encode(json.encode(value))); }
general_lib package
documentation
network/socket_data
GeneralSocketData
sendJson method
GeneralSocketData class