Implement Webuntis HTTP Api and Display
This commit is contained in:
9
lib/dataOld/outgoingPackets/talkContactsAskPacket.dart
Normal file
9
lib/dataOld/outgoingPackets/talkContactsAskPacket.dart
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
import '../outgoingPacket.dart';
|
||||
|
||||
class TalkContactsAskPacket extends OutgoingPacket {
|
||||
TalkContactsAskPacket() : super(
|
||||
command: "talkContacts",
|
||||
data: {},
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user