menu
optimove_flutter package
documentation
models/push.dart
OptimovePushNotification
OptimovePushNotification constructor
OptimovePushNotification constructor
dark_mode
light_mode
OptimovePushNotification
constructor
OptimovePushNotification
(
String
?
title
,
String
?
message
,
Map
<
String
,
dynamic
>
?
data
,
String
?
url
,
String
?
actionId
,
)
Implementation
OptimovePushNotification(this.title, this.message, this.data, this.url, this.actionId);
optimove_flutter package
documentation
models/push
OptimovePushNotification
OptimovePushNotification constructor
OptimovePushNotification class