menu
meeting500mg package
documentation
cubit/websocket_cubit.dart
WebSocketCubit
callEnd method
callEnd method
dark_mode
light_mode
callEnd
method
void
callEnd
(
{
required
int
meetingId
,
})
Implementation
void callEnd({required int meetingId}) => _repository.callEnd(meetingId: meetingId);
meeting500mg package
documentation
cubit/websocket_cubit
WebSocketCubit
callEnd method
WebSocketCubit class