onUserNoResponse property

void Function(String userId)? onUserNoResponse
final

A user who did not answer the call

Parameters:

  • userId: User who did not answer the call

Implementation

final void Function(String userId)? onUserNoResponse;