InvokeWithApnsSecret constructor
const
InvokeWithApnsSecret({})
Invoke With Apns Secret constructor.
Implementation
const InvokeWithApnsSecret({
required this.nonce,
required this.secret,
required this.query,
}) : super._();