sendStepLength method

Future<void> sendStepLength(
  1. int stepLength
)

Implementation

Future<void> sendStepLength(int stepLength) {
  return mConnconst.invokeMethod('sendStepLength', <String, int>{"stepLength": stepLength});
}