stop method

dynamic stop()

停止震动

Implementation

stop() async {
  return await methodChannel.invokeMethod("stopVibrate");
}