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