menu
customer_io package
documentation
config/ios_config.dart
CustomerIOConfigIos
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { 'allowBackgroundDelivery': allowBackgroundDelivery, }; }
customer_io package
documentation
config/ios_config
CustomerIOConfigIos
toMap method
CustomerIOConfigIos class