AccountRegisterDevice constructor

const AccountRegisterDevice({
  1. required bool noMuted,
  2. required int tokenType,
  3. required String token,
  4. required bool appSandbox,
  5. required Uint8List secret,
  6. required List<int> otherUids,
})

Account Register Device constructor.

Implementation

const AccountRegisterDevice({
  required this.noMuted,
  required this.tokenType,
  required this.token,
  required this.appSandbox,
  required this.secret,
  required this.otherUids,
}) : super._();