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