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