onButtonPressed method
- String id
Implementation
void onButtonPressed(String id) {
debugPrint("[DEBUG] Notification button pressed: $id at ${DateTime.now()}");
_sendPort?.send('onNotificationButtonPressed.$id');
}
void onButtonPressed(String id) {
debugPrint("[DEBUG] Notification button pressed: $id at ${DateTime.now()}");
_sendPort?.send('onNotificationButtonPressed.$id');
}