menu
gokwik package
documentation
notification/data/notification_builder.dart
NotificationBuilder
setTitle method
setTitle method
dark_mode
light_mode
setTitle
method
NotificationBuilder
setTitle
(
String
title
)
Implementation
NotificationBuilder setTitle(String title) { _title = title; return this; }
gokwik package
documentation
notification/data/notification_builder
NotificationBuilder
setTitle method
NotificationBuilder class