Update code
This commit is contained in:
parent
bf57e08f92
commit
cd5173460d
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import 'package:protobuf/protobuf.dart';
|
|||
import 'package:dart_framework/communicator.dart';
|
||||
import 'package:dart_framework/socket/packets/message_common.pb.dart';
|
||||
|
||||
class ProtobufClient extends Communicator
|
||||
abstract class ProtobufClient extends Communicator
|
||||
{
|
||||
final int _headerSize = 4;
|
||||
final Socket _socket;
|
||||
|
|
|
|||
Loading…
Reference in a new issue