mirror of
https://github.com/esiur/esiur-dart.git
synced 2025-06-27 06:43:13 +00:00
Dart 2.7
This commit is contained in:
@ -153,9 +153,10 @@ class NetworkConnection extends IDestructible
|
||||
|
||||
void close()
|
||||
{
|
||||
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
if (_sock != null)
|
||||
_sock.close();
|
||||
}
|
||||
|
Reference in New Issue
Block a user