Enables vibration.
@override Future<void> enableVibrate() async { await methodChannel.invokeMethod('setVibrate'); }