RegisterDevice constructor
RegisterDevice({
- String? extra,
- int? client_id,
- DeviceToken? device_token,
- vector<
int53> ? other_user_ids,
Implementation
RegisterDevice({
super.extra,
super.client_id,
this.device_token,
this.other_user_ids,
});