RemoteNotification constructor
const
RemoteNotification({
- AndroidNotification? android,
- AppleNotification? apple,
- WebNotification? web,
- String? title,
- List<
String> titleLocArgs = const <String>[], - String? titleLocKey,
- String? body,
- List<
String> bodyLocArgs = const <String>[], - String? bodyLocKey,
Implementation
const RemoteNotification({
this.android,
this.apple,
this.web,
this.title,
this.titleLocArgs = const <String>[],
this.titleLocKey,
this.body,
this.bodyLocArgs = const <String>[],
this.bodyLocKey,
});