@override Future<dynamic> getStepCount() async { final result = await methodChannel.invokeMethod<dynamic>('getStepCountWithTime'); return result; }