Home screen pop notification pt2
This commit is contained in:
parent
c7b1b72783
commit
16f92d5579
3 changed files with 108 additions and 105 deletions
|
|
@ -10,10 +10,12 @@ import 'package:patient_manager/mih_objects/patients.dart';
|
|||
class NotificationArguments {
|
||||
final String title;
|
||||
final String body;
|
||||
final void Function()? onTap;
|
||||
|
||||
NotificationArguments(
|
||||
this.title,
|
||||
this.body,
|
||||
this.onTap,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue