applicationServerKey property

Uint8List 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;
void applicationServerKey=(Uint8List v)

Implementation

external set applicationServerKey(Uint8List v);