onEvent method
Implementation
Future<void> onEvent(DateTime timestamp, SendPort? sendPort) async {
// This method is called periodically based on the interval setting
// We use the streaming approach instead, so no additional action needed here
}