onUserReject property

void Function(String userId)? onUserReject
final

A user who reject the call

userId User who reject the call

Implementation

final void Function(String userId)? onUserReject;