static Future<bool> stopRecording() async { if (kIsWeb) { return false; } return wingify.WingifyFlutter.stopRecording(); }