onContactEvent method Null safety
- EMMultiDevicesEvent event,
- String username,
- 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,
);