AccountUnregisterDevice constructor

const AccountUnregisterDevice({
  1. required int tokenType,
  2. required String token,
  3. required List<int> otherUids,
})

Account Unregister Device constructor.

Implementation

const AccountUnregisterDevice({
  required this.tokenType,
  required this.token,
  required this.otherUids,
}) : super._();