Example #1
0
 public void StopVibrate()
 {
     if (isVibrate)
     {
         vibratorPlugin.StopVibrate();
         isVibrate = false;
     }
 }