Telefon araması başlatır
Future<bool> launchPhone() async { if (this == null || this!.isEmpty) return false; final phone = this!.replaceAll(RegExp(r'[^0-9+]'), ''); return _safeLaunch('tel:$phone'); }