@override String fallbackText(Message message) { final p = message.payload as LocationPayload; return '📍 ${p.label ?? p.address ?? 'Location'}'; }