@override Future<int> getTodaysCount() async { final result = await methodChannel.invokeMethod<int>('getTodaysCount'); return result ?? 0; }