Future<bool> createSimpleNotification({ required String title, required String text, }) async { return false; }