stopService static method
void
stopService()
Implementation
static void stopService() {
stopReadStepCount();
_methodChannel.invokeMethod(_method_channel_pedometer_off, null);
}
static void stopService() {
stopReadStepCount();
_methodChannel.invokeMethod(_method_channel_pedometer_off, null);
}