Turns off vibration.
@override Future<void> unVibrate() async { await methodChannel.invokeMethod('setUnVibrate'); }