static Future<int> getStepsToday() async { final int stepsToday = await _channel.invokeMethod('getStepsToday'); return stepsToday; }