flutter_push_client library
Constants
- deviceIdStorageKey → const String
Functions
-
createSigningPayload(
Map< String, dynamic> update) → String - Creates a deterministic payload string for signature verification Must match the format used by the CLI and server
-
verifyUpdateSignature(
String publicKeyBase64, Map< String, dynamic> update, String signatureBase64) → Future<bool> - Verifies an update signature using RSA public key