onContactEvent method Null safety

void onContactEvent(
  1. EMMultiDevicesEvent event,
  2. String username,
  3. String? ext
)

The multi-device event callback of contact.

Param event The event type.

Param username The username.

Param ext The extended Information.

Implementation

void onContactEvent(
  EMMultiDevicesEvent event,
  String username,
  String? ext,
);