menu
fluxer_dart package
documentation
models/push_rotate_request_keys.dart
PushRotateRequestKeys
PushRotateRequestKeys.new const constructor
PushRotateRequestKeys.new const constructor
dark_mode
light_mode
PushRotateRequestKeys
constructor
const
PushRotateRequestKeys
(
{
required
String
p256dh
,
required
String
auth
,
})
Implementation
const PushRotateRequestKeys({required this.p256dh, required this.auth});
fluxer_dart package
documentation
models/push_rotate_request_keys
PushRotateRequestKeys
PushRotateRequestKeys.new const constructor
PushRotateRequestKeys class