No cache mod for web and other platforms
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import 'dart:io';
|
||||
|
||||
import 'package:flutter_local_notifications/flutter_local_notifications.dart';
|
||||
import 'package:intl/intl.dart';
|
||||
|
||||
@@ -7,6 +9,8 @@ import 'User.dart' as User;
|
||||
class NotificationManager{
|
||||
static void RescheduleNotifications() async{
|
||||
|
||||
if(!User.cacheEnabled){print('Sorry no notifications for: ');return;}
|
||||
|
||||
print("Rescheduling notifications");
|
||||
var androidInitilize = new AndroidInitializationSettings('@mipmap/ic_launcher');
|
||||
var iOSinitilize = new IOSInitializationSettings();
|
||||
|
||||
Reference in New Issue
Block a user