Sets up other push notifications
Future<void> setNotification(List<int> list) { return _platform.setNotification(list); }