Phawhan Saii
Results
2
comments of
Phawhan Saii
how can we test this zoom package using test cases ( flutter Unit testing / widget testing) basic test cases like joined in meeting after calling joinMeeting(), leave meeting and...
void main(){ test('test console output with delay', () async { final logMessage = '[Meeting Status Polling] : MEETING_STATUS_WAITINGFORHOST -'; final delayDuration = Duration(seconds: 10); await expectLater( () async { joinMeeting("8398755332",...