add app title

This commit is contained in:
2024-01-23 15:15:07 +06:30
parent dde24bb248
commit a91ee596cb
7 changed files with 16 additions and 170 deletions

View File

@@ -191,13 +191,13 @@ class _HomePageState extends State<HomePage> {
// iOS: platformChannelSpecificsIos);
// new Future.delayed(Duration.zero, () {
// _flutterLocalNotificationsPlugin.show(
// 0,
// pushTitle,
// pushText,
// platformChannelSpecifics,
// payload: 'No_Sound',
// );
// _flutterLocalNotificationsPlugin.show(
// 0,
// pushTitle,
// pushText,
// platformChannelSpecifics,
// payload: 'No_Sound',
// );
// });
}