shareThreadAttachment function
Implementation
Future<void> shareThreadAttachment({required BuildContext context, required RoomClient room, required String path}) {
throw UnsupportedError('Native thread attachment sharing is unavailable on this platform.');
}