@override Future<String?> vibrate() async { final res = await methodChannel.invokeMethod<String>('vibrate'); return res; }