menu
stream_video_flutter_background package
documentation
model/notification_options.dart
NotificationContent
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
Object
?
>
toJson
(
)
Implementation
Map<String, Object?> toJson() { return { 'title': title, 'text': text, }; }
stream_video_flutter_background package
documentation
model/notification_options
NotificationContent
toJson method
NotificationContent class