DummyFunction
Future selectNotification(String payload) async{ if (payload != null) { debugPrint('notification payload: $payload'); return; } }