alito0697

Results 1 comments of alito0697

` Uuid uuid = Uuid(); CallEvent callEvent = CallEvent(sessionId: uuid.v4() ,callType: 0, callerId: 2, callerName: "robert", opponentsIds:{1234}); Future _onCallAccepted(CallEvent callEvent) async { } Future _onCallRejected(CallEvent callEvent) async { } Future...