menu
stream_video_flutter_background package
documentation
model/notification_options.dart
NotificationContent
NotificationContent const constructor
NotificationContent const constructor
dark_mode
light_mode
NotificationContent
constructor
const
NotificationContent
(
{
String
?
title
,
String
?
text
,
})
Implementation
const NotificationContent({ this.title, this.text, });
stream_video_flutter_background package
documentation
model/notification_options
NotificationContent
NotificationContent const constructor
NotificationContent class