mirror of
https://github.com/esiur/esiur-dart.git
synced 2025-09-14 04:23:17 +00:00
1.4.5
This commit is contained in:
@@ -4,12 +4,12 @@ import 'NetworkConnection.dart';
|
||||
|
||||
class SendList extends BinaryList {
|
||||
NetworkConnection connection;
|
||||
AsyncReply<List<dynamic>>? reply;
|
||||
AsyncReply<List<dynamic>?>? reply;
|
||||
|
||||
SendList(this.connection, this.reply) {}
|
||||
|
||||
@override
|
||||
AsyncReply<List<dynamic>> done() {
|
||||
AsyncReply<List<dynamic>?> done() {
|
||||
connection.send(super.toDC());
|
||||
|
||||
return reply ?? AsyncReply.ready([]);
|
||||
|
Reference in New Issue
Block a user