applicationServerKey property
Uint8List
get
applicationServerKey
A public key your push server will use to send messages to client apps via a push server. This value is part of a signing key pair generated by your application server and usable with elliptic curve digital signature (ECDSA) over the P-256 curve.
Implementation
external Uint8List get applicationServerKey;
set
applicationServerKey
(Uint8List v)
Implementation
external set applicationServerKey(Uint8List v);