menu
flutter_feedback_kit
flutter_feedback_kit.dart
FeedbackSessionContext
FeedbackSessionContext.new const constructor
FeedbackSessionContext.new
dark_mode
light_mode
FeedbackSessionContext
constructor
const
FeedbackSessionContext
(
{
String
?
userId
,
String
?
currentRoute
,
Map
<
String
,
String
>
extra
=
const {}
,
})
Implementation
const FeedbackSessionContext({ this.userId, this.currentRoute, this.extra = const {}, });
flutter_feedback_kit
flutter_feedback_kit
FeedbackSessionContext
FeedbackSessionContext.new const constructor
FeedbackSessionContext class